Skip to content

Mickaz89/Deliveright-Assignment-Backend

Repository files navigation

Environment variables

Create a .env file and provide your mongo database URL, for example:

MONGODB_URL=mongodb://localhost/todo

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

$ npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published