Skip to content

naknc/Corporate-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corporate website project with an admin panel using ASP.NET MVC 5 and Entity Framework 6.

Quick Setup

  1. Update KurumsalWeb/Web.config connection string (CorporateWebDB) for your SQL Server.
  2. Set initial admin credentials with secure values (defaults are placeholders and do not seed):
    • AdminSeedEmail
    • AdminSeedPassword
  3. Restore NuGet packages.
  4. Run EF migration from Package Manager Console:
    • Update-Database

Run With Docker

  1. Make sure Docker daemon is running.
  2. Build and run:
    • docker compose up --build
  3. Open:
    • http://localhost:8080

About

Corporate Website with ASP.Net MVC (with Admin Panel)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors