Roverr / seat-distributor

Server side API to distribute seats on a flight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seat-distributor

Server side API to distribute seats on a flight. The solution is just a concept to showcase a certain way of creating a software architecture around planes and ticket reservations. For more information take a look at the inline documentation.

Currently the server is initalised with 2 developer plane.

Tools

Docker

You can start the application with the following command: make docker-run

It creates a new docker image then starts it on 8080

Makefile

You can create binaries for your favourite platform with the following commands:

  • make osx
  • make linux
  • make windows

API

You can find the swagger yaml for the API here You can insert the file here: https://editor.swagger.io

About

Server side API to distribute seats on a flight

License:MIT License


Languages

Language:Go 89.4%Language:Makefile 6.4%Language:Dockerfile 4.3%