this project is done with node/adonis
documentations here!!! you can tests any api via the "Try it out" button in the documentation page
- npm >= 6.9.0
- node >= 12.1.0
- docker
- docker-compose
start database (mysql)
docker-compose up
install backend
npm install
set env
cp .env.example .env
run database migrations
node ace migration:run
start backend server
npm start
run test suite
npm run test
check the url
http://127.0.0.1:3333/docs/
- heroku cli
Run the following command to the app to git config.
heroku git:clone -a app-name
git push heroku master