Skip to content

Hein-HtetSan/api

Repository files navigation

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

About

🍔 Notedly - API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published