Api for rating companies.
- Install dependencies
dotnet restore
- Create and update
appsettings.Development.jsoncp appsettings.json appsettings.Development.json
- Apply migrations (application applies automatically on startup)
dotnet ef database update
- Run
dotnet run
- Add migration
dotnet ef migrations add <migration_name>