Skip to content

floraSimpleDev/TodoApiCsharp

Repository files navigation

TodoApiCsharp

A dotnet Web API project for managing Todo List service.

🚀 Getting Started

Prerequisites

  • .NET 9.0

Install and use .NET 9.0

Download from: https://dotnet.microsoft.com/en-us/download

Installation

  1. Clone the repository
git clone `https://github.com/floraSimpleDev/TodoApiCsharp.git`
cd LET-S-GO-INVENTORY
  1. Run the development server

To start a local development server, run:

dotnet watch

Verify

Backend .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.

Formatting

This project uses CSharpier to keep code style consistent. To format the codebase:

dotnet csharpier format .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors