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
- Host: GitHub
- URL: https://github.com/danilomeneghel/crud-nodejs-mongodb
- Owner: danilomeneghel
- Created: 2020-07-25T19:49:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T06:07:44.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T14:24:46.958Z (over 1 year ago)
- Topics: api-rest, bcrypt, bootstrap, express, mongodb, nodejs, passport
- Language: JavaScript
- Homepage: https://crud-nodejs-mongo-db.herokuapp.com/
- Size: 846 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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