Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 379 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 379 Bytes

Divertilandia Care&Fun API

Install

Clone this repository:

git clone 

Install dependencies:

npm install

Development

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