1.0.7 • Published 2 years ago

node-backend-starter v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.

Upon filling the prompts your backend will begin generating!

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago