https://github.com/itsmaheshkariya/node-express-pug-mongodb-crud-application
A standard CRUD application that manages articles using Node.js, Express.js. The goal is to experiment Pug, MongoDB (with Mongoose), express-validator and express-messages.
https://github.com/itsmaheshkariya/node-express-pug-mongodb-crud-application
Last synced: about 2 months ago
JSON representation
A standard CRUD application that manages articles using Node.js, Express.js. The goal is to experiment Pug, MongoDB (with Mongoose), express-validator and express-messages.
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/node-express-pug-mongodb-crud-application
- Owner: itsmaheshkariya
- Created: 2018-06-02T11:41:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T11:56:21.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T01:09:08.191Z (4 months ago)
- Size: 7.19 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-express-pug-mongodb-crud-application
A standard CRUD application that manages articles using Node.js, Express.js. The goal is to experiment Pug, MongoDB (with Mongoose), express-validator and express-messages. Usage Clone the project and run:
npm start

