/TRIPCOST

A simple restful api built with nodejs, express and mongodb

Primary LanguageJavaScript

TRIPCOST

A simple REST API using Node.js, Express and MongoDB.
credits: https://flaviocopes.com/rest-api-express-mongodb/

Developement purpose

Run npm install to install dependencies.

To autoload this application when changes is made, install nodemon globally.

npm install nodemon -g

start the server with:

npm run dev