Skip to content

duycs/we-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeEdit

Projects

  • API
  • CronJob

Migrations CLI

  • dotnet ef migrations add [AddedFileName] -o DataAccess/Migrations
  • dotnet ef migrations remove
  • dotnet ef migrations remove -f
  • dotnet ef database update

Set Environment

  • Env:ASPNETCORE_ENVIRONMENT = "Development"

Run

  • dotnet run --environment "Development"

Deployment

  • Deploy ECS
  • Deploy Heroku

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published