/Currency-REST-API

Simple REST API

Primary LanguageC#MIT LicenseMIT

What is this?

An internship project.

Exchange rates are downloaded, parsed and saved in database with a daemon integrated with systemd.

Afterwards a REST server reads and serves the databse.

At the last step a frontend shows data.

How to run

Change services.volumes in docker-compose.yml

docker-compose up

Inspect database

Find hash from

docker container ls
docker exec -it <HASH> bash

TODOs

  • Fix Swagger
  • ./src/Controllers/CurrencyController.cs TODO Find conventional way to handle time
  • ./src/Controllers/CurrencyController.cs TODO Should enhance API or strict API is better?