Asp.Net Web Api applcation using EF core code first approach
this is the backend to a fullstack Tasks application i will link here the React.js front end when it is commited
- bring in from nuget the neccessary Ef packages
- add youre connection string in appsettings.json file
- from the package manager terminal create the migration followed by update-database command