Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 380 Bytes

ridmi.md

File metadata and controls

10 lines (9 loc) · 380 Bytes

Ridmi iTEC API

###Setup:

  • Create a database.
  • Modify conf.vars.local
  • Set environment variables: set-env-var.bat for windows, and ./set-env-var.sh (don't forget to change execution mode)
  • Run dotnet ef database update
  • Run run.bat for windows and ./run.sh for linux (again, chmod -x run.sh)
  • Swagger can be found at localhost:5000/docs

Happy coding!