thangchung / modular-starter-kit

The starter kit with entire modular approach to help remove boilerplate code in developing
MIT License
15 stars 9 forks source link
bootstrap cryptocurrency csharp docker dotnet dotnetcore es6 graphql javascript modular react redux starter-kit web webpack

# modular-starter-kits (a.k.a MSK)

The starter kits with entire modular approach to help remove boilerplate code in developing

Nuget packages

Modular Architecture



Routers

Migration

dotnet ef migrations add InitialConfigDbMigration -c ConfigurationDbContext -o Migrations/ConfigDb
dotnet ef migrations add InitialPersistedGrantDbMigration -c PersistedGrantDbContext -o Migrations/PersistedGrantDb
dotnet ef migrations add InitDb  -c ApplicationDbContext  -o Migrations/AppDb

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :p

Licence

Code released under the MIT license.