An open API service indexing awesome lists of open source software.

https://github.com/danilomeneghel/crud-nodejs-mongodb

CRUD complete NodeJS with MongoDB
https://github.com/danilomeneghel/crud-nodejs-mongodb

api-rest bcrypt bootstrap express mongodb nodejs passport

Last synced: 3 months ago
JSON representation

CRUD complete NodeJS with MongoDB

Awesome Lists containing this project

README

          

# CRUD NODEJS AND MONGODB

Project of a Delivery system made with NodeJS and MongoDB.

Make sure to have Mongodb running.

```
$ mongod
```

Open extra terminal to run Node.

```
$ git clone https://github.com/danilomeneghel/crud-nodejs-mongodb.git

$ npm install
$ node app.js
```
Open in browser:
http://localhost:3001