Corporate website project with an admin panel using ASP.NET MVC 5 and Entity Framework 6.
- Update
KurumsalWeb/Web.configconnection string (CorporateWebDB) for your SQL Server. - Set initial admin credentials with secure values (defaults are placeholders and do not seed):
AdminSeedEmailAdminSeedPassword
- Restore NuGet packages.
- Run EF migration from Package Manager Console:
Update-Database
- Make sure Docker daemon is running.
- Build and run:
docker compose up --build
- Open:
http://localhost:8080