This is a simple authentication application project that I used as an experiment to implement some technologies, patterns, architecture and code design. Things that you can see in this project:
- Clean Architecture
- DDD
- CQRS
- Repository Pattern
git clone https://github.com/marqueslu/clean-auth.git
cd clean-auth
docker compose up --build
- C#
- .NET 8
- Postgres
- Docker
Fell free to contribute.
- Fork the repository
- Create your branch (
git checkout -b my-feature
) - Commit suas mudanças (
git commit -m ':emoji: feat|chore|fix|refactor|build: commit name'
) - Push para a branch (
git push origin my-feature
) - Open a pull request
This project is under MIT license.