https://github.com/vn-blgn/node-express-mongoose-hbs-crud-api
Nodejs (Express) MongoDB (Mongoose) Handlebars (Express Handlebars) CRUD Web Application
https://github.com/vn-blgn/node-express-mongoose-hbs-crud-api
api crud express express-handlebars expressjs handlebars handlebarsjs hbs mongodb mongoose node nodejs web-application
Last synced: 5 months ago
JSON representation
Nodejs (Express) MongoDB (Mongoose) Handlebars (Express Handlebars) CRUD Web Application
- Host: GitHub
- URL: https://github.com/vn-blgn/node-express-mongoose-hbs-crud-api
- Owner: vn-blgn
- Created: 2022-01-13T11:59:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T16:30:20.000Z (over 4 years ago)
- Last Synced: 2025-01-27T11:16:11.327Z (over 1 year ago)
- Topics: api, crud, express, express-handlebars, expressjs, handlebars, handlebarsjs, hbs, mongodb, mongoose, node, nodejs, web-application
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs (Express), MongoDB (Mongoose), Handlebars (Express Handlebars) CRUD Web Application.

This is a multi page application based on Express, Mongoose and Handlebars. The application also uses
express-generator, to quickly create an application skeleton and MVC pattern (Model–View–Controller).
It has a db files which will be used in the database. Please upload them to your database.
### How to use:
____
##### Clone this repository:
`git clone https://github.com/vn-blgn/node-express-mongoose-hbs-crud-api.git`
##### Install dependencies:
`npm install`
##### Upload db files to your database from the db folder.
##### Run:
`npm run nod` (with nodemon)
`npm run sup` (with supervisor)
`npm run dev` (without any tools)
Now you can visit: http://localhost:3000