NodeJS + ExpressJS + MongoDB + JWT => Boilerplate
This are the stepes of how you may give instructions on setting up your project locally. To get a local copy up and running follow steps.
You need to use the software and how to install them.
-
npm
$ npm install npm@latest -g
-
Clone the repo
$ git clone https://github.com/KtanPatel/node-mongo-starter.git
-
Install NPM packages
$ cd node-mongo-starter && npm install
-
Copy
.env.example
to.env
$ cp .env.example .env
-
Run Server
$ npm start