A dotnet Web API project for managing Todo List service.
- .NET 9.0
Install and use .NET 9.0
Download from: https://dotnet.microsoft.com/en-us/download- Clone the repository
git clone `https://github.com/floraSimpleDev/TodoApiCsharp.git`
cd LET-S-GO-INVENTORY- Run the development server
To start a local development server, run:
dotnet watchBackend .NET API is required to server the front end app, please ref to url to start the backend api.
- Open browser
http://localhost:5202/. The page will unfound. Please go following link to check api status. - Swagger UI available at
http://localhost:5202/swagger, a visual tool to interact with and test API endpoints.
This project uses CSharpier to keep code style consistent. To format the codebase:
dotnet csharpier format .