Skip to content

adityasanil/serverless-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless TODO App - Project 4

Github Repo

https://github.com/adityasanil/serverless-todo-app

Setup

Installing Node and Npm

This project depends on React, Node and Node Package Manager, download from here.

Serverless setup

Run sudo npm i -g serverless to download and install all the Servreless Framework dependencies.

Configure your aws credentials into serverless using the command sls config credentials --provider aws --key YOUR_ACCESS_KEY --secret YOUR_SECRET_KEY --profile serverless

Backend setup

Run npm i in the backend directory to download and install all the dependencies.
Next run sls deploy -v to upload the code to your aws account.

Client setup

Run npm i in the client directory to download and install all the React dependencies.
Run npm start to run the local frontend server.

Postman

Import the collection-postman.json file into your Postman app to import all the requests.

About

Udacity todo app using serverless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published