1.0.2 • Published 4 years ago

node-dynamic-boilerplate v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Welcome to node-dynamic-boilerplate!

Hi! This is a cli project. You can generate nodejs project using the CLI.

Installation

npm install -g node-dynamic-boilerplate

Create a NodeJS Boilerplate from CLI.

Run below command in your terminal specifying your app name

node-dynamic-boilerplate <app name> // app name is optional

So your project is created now. Now you need to set up your project.

Steps to set up project:

cd project_name

npm install

npm start OR node bin/www or nodemon

Project Structure

alt mongoose-project-structure-image

Features:

FeatureVersion
Mongoose DB Connection1.0.1
Dynamic CRUD Middleware1.0.1
Dynamic Routes Configuration1.0.1
Seeder1.0.1
Logger1.0.1
Views1.0.1
Environment Configuration1.0.1
.env1.0.1
.gitignore1.0.1
Sorting1.0.2
Pagination1.0.2
Limit fields1.0.2

Upcoming Features:

Upcoming Feature
Mailer
Authentication
File Upload
Global Error Handler

Upcoming Templates:

Upcoming Templates
NodeJs with Native Mongo Client
NodeJs with Sequalize (Postgres SQL)
Any suggestions are welcome