Skip to content

samadovxusan/TestMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Description

Briefly describe your project, its purpose, and key features.

Prerequisites

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/your-project.git
  2. Navigate to the project folder:

    cd your-project
  3. Write Terminal this key words :

    dotnet build
    dotnet restore
  4. Database Setup:

    • Create a PostgreSQL database for the project.

    • Update the appsettings.json file with your database connection string:

      {
        "ConnectionStrings": {
          "DefaultConnection": "Host=localhost;Port=5432;Database=YourDatabase;Username=YourUsername;Password=YourPassword"
        },
        // other settings...
      }
  5. Run Migrations:

    add-migration "some words"
    
    update-database
    
  6. Run the Application:

    dotnet run

7.**Default Admin and User: **

Admin 
    name : [email protected]; 
    password: A0601221a_;
Manager 
    name : [email protected]; 
    password: B0601221b_;
User 
    name : [email protected];
    password: C0601221c_;

Contributing

If you would like to contribute to the project, please follow the contribution guidelines.

License

This project is licensed under the MIT License.

Acknowledgments

Mention any libraries, tools, or people you want to give credit to.

TestMVC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages