Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 331 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 331 Bytes

Server

Flight Sim Planner server.

Table Of Contents

Overview

Golang HTTP REST API.

Development

Go is used.

Make sure the Docker Compose file in the root directory is running:

docker-compose up -d

Then in this directory start the server:

make run