Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T16:30:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-01T07:05:16.424Z (about 2 months 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.
![screenshot](https://github.com/vn-blgn/node-express-mongoose-hbs-crud-api/blob/master/public/images/screenshot.PNG)
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