This is assumed that node and npm are installed on the machine.
- node js
- npm
- mongodb
For installing node and npm please refer this link.
To install mongodb please refer this link.
Clone the repository and move to server directory and hit:
npm install
This will install all the dependencies for the project.
Then run this command cp .env.example .env-dev
and replace details in .env-dev file.
To start the project hit:
gulp
This will start the project.
To view the docs please vist to http://host:port/swagger