Skip to content

cccaaannn/CompanyRatingApi

Repository files navigation

Company Rate Api

Api for rating companies.

GitHub top language GitHub repo size GitHub


Development

Setup

  1. Install dependencies
    dotnet restore
  2. Create and update appsettings.Development.json
    cp appsettings.json appsettings.Development.json
  3. Apply migrations (application applies automatically on startup)
    dotnet ef database update
  4. Run
    dotnet run

Migrations

  • Add migration
    dotnet ef migrations add <migration_name>

About

Api for rating companies.

Topics

Resources

License

Stars

Watchers

Forks

Contributors