Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 455 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 455 Bytes

exrates

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.