/api

🍔 Notedly - API

Primary LanguageJavaScriptMIT LicenseMIT

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