node-backend-starter
v1.0.8
Published
Basic backend starter kit for beginners
Downloads
14
Readme
Node Backend Starter
A lightweight application for generating standard MVC structured NodeJS, Mongoose, & Express backend server.
Installation
npm i -g node-backend-starter
Usage
To intialize your starter backend code, simply navigate to the desired location in you file system and run backend-init
node-backend-starter
will prompt you for:
- The project name
- Port number
- Mongo URI
- have your Mongo URI ready before running the
backend-init
command.
- have your Mongo URI ready before running the
Upon filling the prompts your backend will begin generating!