This repository contains example of simple API service.
You can clone this repo and run a service. Just run following commands:
- Clone the repo:
git clone https://github.com/gibiw/api-example && cd /api-example
- Run a database in docker:
make database_up
- Apply migrations to database:
make migration_up
- Run the service:
make run