/Serverless-Project

Udacity ToDos Serverless project

Primary LanguageTypeScript

Udacity ToDos Serverless project

Project Components

  • Restful API (Lambda Functions, API Gateway and DynamoDb)
  • Client (React)

How to run the application

Backend

To deploy an application run the following commands:

cd backend
npm install
sls deploy -v

Frontend

cd client
npm install
npm run start

Deplyment details

API Endpoint

https://e2mg7iqieb.execute-api.us-east-1.amazonaws.com/dev/todos

Postman Collection

Udacity C4 Project.postman_collection.json