Clone this repository:
git clone
Install dependencies:
npm install
You need mongo installed in your computer.
Run the seed for the Config
model
npm run seed
This will populate the primary configuration which is the price per hour. (Default: 30)
Run it with:
npm run dev