SwampHacks API
src/
handlers/
controllers/
utils/
models/
tests/
Everything is being hosting on AWS
- API Gateway
- Lambda
- DynamoDB
Before getting started, please read the rules on contributing here.
Install the serverless cli
npm install -g serverless
Install dependencies
yarn
Run the service offline
yarn dev
Run the test suite and get a coverage report
yarn test