0.0.11 • Published 4 years ago

mongo-express-start v0.0.11

Weekly downloads
9
License
Attribution-NonCo...
Repository
-
Last release
4 years ago

Mongo Express Start! A batteries included generator for Node.js Servers.

A generator for a webapp server based on express, mongoDB and many other things 😀

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node.js version >= 10
npm version >= 6

Installing

From github

git clone https://github.com/CaioF/mongo-express-start
cd mongo-express-start/
npm i

From npm

npm i mongo-express-start

Deploying

  • npm run dev runs nodemon dev server
  • node run start runs normal node server
  • npm run lint runs code linting
  • npm run test runs code testing

Built With

Authors

License

This project is licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International License - see the LICENSE.md file for details