Simple rust application
- install cargo & rust
- Start API Service
make up
- Shut Down API Service
make down
- Build API Service docker image
make docker-build
- Build API Service local image
make local-build
- Setup DB (note: password is
password
)make setup-db