/nodeejs

A NodeJS starter application with ExpressJS, Mongoose written in ES6 to make stunning RESTful APIs or stunning front-ends with Handlebars (or both!). User authentication/ back-end system built-in.

Primary LanguageJavaScriptMIT LicenseMIT

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