Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 637 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 637 Bytes

Notedly - API

This repository contains code examples for the API chapters of JavaScript Everywhere by Adam D. Scott, published by O'Reilly Media

Config .env

$ cp .env.example .env

Setup your DBhost & Token Secret

DB_HOST=<Your MongoDB URL>
TEST_DB=<A MongoDB URL for Running Tests>

JWT_SECRET=<Your json web token secret>

To Run the API

$ npm run dev

Related Repositories