Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 415 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 415 Bytes

ToDo API

.NET API supported multi-user login

tool

  • .NET 7.0
  • mariaDB
  • docker
  • JWT

setup

  1. clone to install it locally
git clone https://github.com/Wer1d/ToDo
  1. run docker-compose to create Container
docker-compose up -d

usage

  1. access swagger via http://localhost:5180/swagger/index.html to test API
  2. after finish, close container
    docker-compose down -v