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