Briefly describe your project, its purpose, and key features.
-
Clone the repository:
git clone https://github.com/your-username/your-project.git
-
Navigate to the project folder:
cd your-project
-
Write Terminal this key words :
dotnet build dotnet restore
-
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... }
-
-
Run Migrations:
add-migration "some words" update-database
-
Run the Application:
dotnet run
7.**Default Admin and User: **
Admin
name : [email protected];
password: A0601221a_;
User
name : [email protected];
password: B0601221b_;
The application will be accessible at `http://localhost:5000` (or `https://localhost:5001` for HTTPS).
If you would like to contribute to the project, please follow the contribution guidelines.
This project is licensed under the MIT License.
Mention any libraries, tools, or people you want to give credit to.