A complete work flow app built using Entity framework 6, MVC5 Identity 2
This application will tell you
- How to create a work order
- How to promote a work order
- How to certified the work order
- How to reject a work order
- How to Relinquish the work worder
You can also lean how to controle the concurrency using EF6
How to run the application:
- Just clone the repository
- Add your smtp detail and Twilio detail in IdentityConfig.cs
- If you want to use google sign in then add your ClientId and ClientSecret in Startup.Auth.cs 4)Open package manager console and type update-database -verbose
- Viola! You are good to go.