Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 224 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 224 Bytes

Serverless Rest API

Rest API using Serverless and MongoDB

DB Config

Create file called variables.env in root directory with content similar to this.

DB=mongodb://<db_user>:<db_pass>@<host>:<port>/<db_name>