Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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