Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 403 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 403 Bytes

Api-example

This repository contains example of simple API service.

You can clone this repo and run a service. Just run following commands:

  1. Clone the repo:
git clone https://github.com/gibiw/api-example && cd /api-example
  1. Run a database in docker:
make database_up
  1. Apply migrations to database:
make migration_up
  1. Run the service:
make run