Hi! This is a cli project. You can generate nodejs project using the CLI.
npm install -g node-dynamic-boilerplate
Run below command in your terminal specifying your app name
node-dynamic-boilerplate <app name>
// app name is optional
cd project_name
npm install
npm start OR node bin/www or nodemon
Feature | Version |
---|---|
Mongoose DB Connection | 1.0.1 |
Dynamic CRUD Middleware | 1.0.1 |
Dynamic Routes Configuration | 1.0.1 |
Seeder | 1.0.1 |
Logger | 1.0.1 |
Views | 1.0.1 |
Environment Configuration | 1.0.1 |
.env | 1.0.1 |
.gitignore | 1.0.1 |
Sorting | 1.0.2 |
Pagination | 1.0.2 |
Limit fields | 1.0.2 |
Upcoming Feature |
---|
Mailer |
Authentication |
File Upload |
Global Error Handler |
Upcoming Templates |
---|
NodeJs with Native Mongo Client |
NodeJs with Sequalize (Postgres SQL) |
Any suggestions are welcome |