Skip to content

GreenOlvi/smart-home-www

Repository files navigation

Smart Home WWW

build and test

Small ASP.NET app to collect data about my home sensors and control some relays

To be run in a docker container. Depends on main project.

Changing DB

From the repository root directory:

  • Install entity framework tools

     dotnet tool install dotnet-ef
    
  • Create migration

     dotnet ef migrations add <MigrationName> --project .\Server
    
  • Remove migration

     dotnet ef migrations remove --project .\Server
    
  • Apply changes

     dotnet ef database update --project .\Server
    

    Or run run-db-update.sh to update running docker container.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •