Skip to content

davishoang96/privatext

Repository files navigation

privatext

One time private text

Run this command to create migration

dotnet ef migrations add migration_name --verbose --project privatext.Database --startup-project privatext

Run this to apply migration

dotnet ef database update --verbose --project privatext.Database --startup-project privatext

Generate swagger endpoint

dotnet run --generateclients true

About

One time private text

Resources

License

Stars

Watchers

Forks

Packages

No packages published