Skip to content

dinhquang111/UserService

Repository files navigation

UserService

The project was generated using the Clean.Architecture.Solution.Template version 8.0.6.

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.

Code Scaffolding

The template includes support to scaffold new commands and queries.

Start in the .\src\Application\ folder.

Create a new command:

dotnet new ca-usecase --name CreateTodoList --feature-name TodoLists --usecase-type command --return-type int

Create a new query:

dotnet new ca-usecase -n GetTodos -fn TodoLists -ut query -rt TodosVm

If you encounter the error "No templates or subcommands found matching: 'ca-usecase'.", install the template and try again:

dotnet new install Clean.Architecture.Solution.Template::8.0.6

Test

The solution contains unit, integration, and functional tests.

To run the tests:

dotnet test

Commit rule

✨ for new feature
🐛 for bug
📦 for package
📝 for document
🚀 for launch
🔧 for tool, setting
🔖 for release
🧹 for cleanup
🚚 for rename
🎨 for styles
♻️ for refactor
👷 for CI CD
🔥 for remove

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published