Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

ilhancengiz/udacity-cloud-dev-capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Book List

Functionality of the application

This application will allow creating/removing/updating/fetching users' custom books. Each book can optionally have an attachment image. Each user only has access to books that he/she has created.

How to run the application

Backend

To deploy an application run the following commands:

cd backend
npm install
sls deploy -v

Frontend

To run a client application first edit the client/src/config.ts file to set correct parameters. And then run the following commands:

cd client
npm install
npm run start

This should start a development server with the React application that will interact with the serverless application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors