eugercek / Currency-REST-API

Simple REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

Simple REST API

License:MIT License


Languages

Language:C# 97.7%Language:Dockerfile 2.3%