BoburTurgunboyev / MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is built on Windows 11 OS.

Prerequisite

Getting started

  1. Cloning the repository https://github.com/BoburTurgunboyev/MVC.git

  2. Navigate to the project folder:

    cd your-project-name

  3. Write on the terminal this code first dotnet-build dotnet restore

  4. Database setup:

    • Create a SQL Server database for the project.
    • Update the project's appsetting.json file according to your DB configuration (login, password) { "ConnectionStrings": { "DefaultConnection": "Data Source=(localdb);Initial Catalog=ProjectDB;Integrated Security=True;" }, // other settings... }
  5. Run migrations: add-migration "InitialMigration" update-database

  6. Run the Application dotnet run

  7. Registration => Login =>

  8. ... other steps can continue user's themself

Acknowledgements

Mentioning any libraries, changes or tools is always welcome.

About

License:Apache License 2.0


Languages

Language:C# 75.4%Language:HTML 22.8%Language:CSS 1.6%Language:JavaScript 0.3%