Skip to content

PatTheHyruler/RescueTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

220 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NB! THIS IS A WORK-IN-PROGRESS HOBBY PROJECT!
No guarantees are made about the quality of the software or the source code.
Use/browse at your own risk!

Web application that archives content from online video platforms (currently only YouTube).

Started as a university homework project.

DB

Start local dev DB: docker compose up db -d

SEQ

Example of configuring SEQ logging is in dev appsettings.
To override the API key in user secrets without redefining the entire logging config, use the config key Logging:Serilog:WriteTo:1:Args:apiKey.

Dotnet tools

dotnet tool restore

Migrations

(In solution root directory)

  • Add migration: dotnet ef migrations add --project RescueTube.DAL.EF.Postgres --startup-project RescueTube.WebApi
  • Remove migration: dotnet ef migrations remove --project RescueTube.DAL.EF.Postgres --startup-project RescueTube.WebApi
  • Update to latest migration: dotnet ef database update --project RescueTube.DAL.EF.Postgres --startup-project RescueTube.WebApi
  • Add migration: dotnet ef database update MigrationName --project RescueTube.DAL.EF.Postgres --startup-project RescueTube.WebApi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors