Welcome to Cooky, the amazing recipe sharing app that let's you buy ingredients on the go!
- Taskfile for managing task commands
- Docker and Docker Compose for managing machine environments
To setup a local database with migrations and fake data, run :
task db:setup:local
To start the app, run :
task start+logs
A bunch of other commands are available to start in background, rebuild and setup single services. Use task --list
to list all available tasks.
Exposed ports:
- UI : 8080
- API : 8081
- DB : 8082
Test credentials:
- username: test
- password: test
Available here.
- Gabriel St-Pierre (@vigenre23)
- Olivier Gingras (@olgin2)