generator-express-mongo

0.1.0 • Public • Published

generator-express-mongo NPM version Build Status Dependency Status

Basic express with mongoDb

Installation

First, install Yeoman and generator-express-mongo using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-express-mongo

Then generate your new project:

yo express-mongo

File Structure

  |
  |-->models
  |     |--> modelSchema.js
  |     |--> index.js
  |-->policies
  |     |--> policy.js
  |     |--> index.js
  |-->routes
  |     |--> route.js
  |     |--> index.js
  |-->static
  |     |--> index.html
  |-->index.js
  |-->package.json
  |-->.env
  |-->.gitignore
  

Screenshots

License

Apache-2.0 © Shubham Awasthi

Package Sidebar

Install

npm i generator-express-mongo

Weekly Downloads

3

Version

0.1.0

License

Apache-2.0

Unpacked Size

16.7 kB

Total Files

20

Last publish

Collaborators

  • awasthishubh