Node.js, npm, yarn and serverless dependencies:
npm install -g yarn
yarn -g serverlessYou will need to install multiple dependencies in order to run the API Locally.
# install dependencies
yarnAs this projects uses AWS DynamoDB as a Database, we may use Serverless DynamoDB Local plugin to emulate DynamoDB locally.
You have to run the following command to initialize local database:
serverless dynamodb installAnd run:
yarn dev- Live Documentation Generated with Serverless AWS Documentation plugin (Uploads generated doc to AWS APIGateway, we may then download it in multiple formats like Postman or OpenAPI/Swagger).
- Database Schema
- General Documentation about this project
- Backlog for MVP - Issues and Pull Requests