emirhancibir / Blog_Cite

initial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET MVC 5 Admin Panel and Blog Site Project

This project is developed using the ASP.NET MVC 5 (Model-View-Controller) design pattern, aiming to provide a user-friendly interface and a powerful admin panel for a blog site. The project utilizes modern web technologies to achieve its objectives.

image

Project Features

  • Admin Panel: A specially designed admin panel is used for tasks such as user management, managing blog posts, and handling comments. image

  • Database Operations: Entity Framework is used for database operations. The Code First approach is employed to automatically generate database tables.

    image

  • Authentication and Authorization: The authentication and authorization system, provided by Microsoft OWIN, supports secure login and logout processes.

    image

  • Partial View Usage: Modular page design is achieved using the Partial View structure, creating reusable components.

    image

  • CSS and JavaScript Integration: The user interface is customized with CSS, and dynamic features are added using JavaScript.

Running the Project

  1. Clone the project to your computer:

    git clone https://github.com/emirhancibir/Blog_Cite.git
    
  2. Open the project using Visual Studio or a similar IDE.

  3. Configure database connection settings:

    Update the database connection information in the section of the Web.config file.

  4. Create the database:

    Open the Package Manager Console and run the Update-Database command to create the database.

  5. Run the project:

    Press the F5 key or click the "Start" button in your IDE to run the project.

Technologies and Tools Used

  • ASP.NET MVC 5

  • Entity Framework

  • Microsoft OWIN

  • CSS

  • JavaScript

  • HTML

    image image

Contact

For questions or feedback regarding the project, please contact us.

Project Owners:

Emirhan Cıbır
Recepalp Saygılı

About

initial


Languages

Language:HTML 54.6%Language:CSS 25.7%Language:C# 19.3%Language:JavaScript 0.3%Language:ASP.NET 0.1%