Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base HTTP server #2

Open
Tibo-lg opened this issue Apr 8, 2020 · 0 comments
Open

Base HTTP server #2

Tibo-lg opened this issue Apr 8, 2020 · 0 comments

Comments

@Tibo-lg
Copy link
Contributor

Tibo-lg commented Apr 8, 2020

Implement support for a basic HTTP server.

Server Library choice

The first step is to decide on an HTTP server. Based on this article and this it seems the possible choices, given the minimal requirements for this project are:

Unfortunately there doesn't seem to be any real annotation based, mature and well maintained REST framework.

DB Choice

Given the structure of the data, a KV database might be enough, but it might be easier to just use Postgre with gorm as a first step to get thing running quickly.

Implementation steps

  1. Set-up the server with a simple hello world, basic unit test and basic integration test.
  2. Create docker file for running (depending on DB choice also docker compose to run everything).
  3. Set up CI to compile and run tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant