TaskMaster API is a powerful ASP.NET Core Web API project designed for managing tasks efficiently.
Clone the repository:
git clone https://github.com/chenxidev1129/taskmaster-api.git
Navigate to the project directory:
cd taskmaster-api
Update the connection string:
"ConnectionStrings": {
"DefaultConnection": "Server=ADMIN\\SQL2022;Database=TaskMaster;Integrated Security=true;"
}
Run the migration to apply the database schema:
dotnet ef database update --context TaskMasterDbContext
Run the application:
dotnet run
Contributions are welcome! Please follow the guidelines outlined in CONTRIBUTING.md.
This project is licensed under the MIT License.