.NET API supported multi-user login
- .NET 7.0
- mariaDB
- docker
- JWT
- clone to install it locally
git clone https://github.com/Wer1d/ToDo
- run docker-compose to create Container
docker-compose up -d
- access swagger via http://localhost:5180/swagger/index.html to test API
- after finish, close container
docker-compose down -v