GitHub license

Introduction

  • This is a boilerplate is configured with Mongo, PM2, eslint etc.
  • One api has been created for convenience which can perform CRUD operations.
  • Also this boilerplate is configured to use es6.
  • This project is also enabled with linting and prettier.

Instructions

  • Yarn or npm run install which will install all the node_modules.
  • Add a .env file with
    • MONGO_PATH=<MONGO_PATH>
    • MONGODB_DATABASE=<MONGODB_DATABASE>
    • MONGO_USER=<MONGO_USER>
    • MONGO_PASSWORD=<MONGO_PASSWORD>
  • To Start the application type npm run serve
  • To build the project type npm run serve

License

Published under the MIT License..