Skip to content

gibiw/api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of api service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published