Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Latest commit

 

History

History
60 lines (38 loc) · 665 Bytes

README.md

File metadata and controls

60 lines (38 loc) · 665 Bytes

Severless API

SwampHacks API


Structure

Files

  • src/
    • handlers/
    • controllers/
    • utils/
    • models/
    • tests/

Architecture

Everything is being hosting on AWS

  • API Gateway
  • Lambda
  • DynamoDB

Contributing

Before getting started, please read the rules on contributing here.

Setup

Install the serverless cli

npm install -g serverless

Install dependencies

yarn

Run the service offline

yarn dev

Tests

Run the test suite and get a coverage report

yarn test