These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. You can also view the Postman collection by opening the file postman_collection.json
- Clone this repository on your machine
- Install dependencies and create your environment configuration file from example:
make build
- Set config data to
default.jsonfile - Run the seeders
yarn seed
- Run the app
yarn start
make build
yarn start
yarn dev