MMSaad / Serverless-Project

Udacity ToDos Serverless project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Udacity ToDos Serverless project


Languages

Language:TypeScript 84.6%Language:JavaScript 9.7%Language:HTML 3.7%Language:CSS 2.0%