Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 700 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 700 Bytes

ExpressJS + Mongoose + Handlebars NodeJS Starter Project

with middlewares, authentication and a lot more!

--

Starter pack to build RESTful APIs with NodeJS + ExpressJS + MongoDB (Mongoose). You can also build stunning frontends with the support of Handlebars or any template engine you like because it's extremely customizable!

Use/ Integrate faster with the AngularJS Admin Dashboard via AngularJS Admin Dashboard.

--

Initiate the project

$ git clone https://github.com/realThinhIT/nodeejs.git
$ cd nodeejs && npm install

Run development

$ npm run dev 

Run production

$ npm run build && npm start