Skip to content

Back-end API relying on serverless framework - AWS/TypeScript for Spotters Product

Notifications You must be signed in to change notification settings

spottertrip/api-serverless

Repository files navigation

Spotter Serverless API Project

Requirements

Node.js, npm, yarn and serverless dependencies:

npm install -g yarn
yarn -g serverless

How to use

You will need to install multiple dependencies in order to run the API Locally.

# install dependencies
yarn

As 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 install

And run:

yarn dev

Useful Links:

About

Back-end API relying on serverless framework - AWS/TypeScript for Spotters Product

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published