/brians-api

Primary LanguageJavaScript

Brians API

To install:

$ yarn install

or

$ npm install

ENV

Add a file .env.local to the root of the project with:

MONGO_URI=<your MongoDB connection string>
PORT=<any port you wish to use>
DEBUG=express:server

To run in dev mode:

$ yarn run dev

or

$ npm run dev