Skip to content

anguzo/WebApi.Draft

Repository files navigation

Web API

Todo RESTful Web API.

Structure

The project structure follows Clean Architecture Principles and is inspired by:

Technologies

Build

Run dotnet build -tl to build the solution.

Run

To run the web application:

cd .\src\Web\
dotnet watch run

Navigate to https://localhost:5001. The application will automatically reload if you change any of the source files.

Code Styles & Formatting

The template includes EditorConfig support to help maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The .editorconfig file defines the coding styles applicable to this solution.

Test (WIP)

The solution contains unit, integration, and functional tests.

To run the tests:

dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages