Showcase ASP.NET application for updating foreign exchange rates using functional C#.
To build and start the app in the production mode, run make prod
, and make prod-stop
to stop.
Alternatively, you may start the backend and frontend in the development mode. Run make backend-dev
and make frontend-dev
respectively.
Note that the Swagger UI is reachable at http://localhost:5126/swagger/index.html only in the development mode.