This is a project about consultancy agency made primarily with ASP.Net Core, using MSSql database with code first approach.
- Open the project with Visual Studio 2017 (15.8 or later)
- Add appsettings.json file with "DefaultConnection": "Server=.;Database=Intillegio;Trusted_Connection=True;MultipleActiveResultSets=true"
- Get lib folder from here https://drive.google.com/open?id=1vDK65H76rQiiJlhQ8AFsNdWFMKI0GVdN and put it in ~/Intillegio.Web/wwwroot
- Build the project (all packages including the client-side dependencies) will be restored automatically.
- Run the last migration
- Enjoy