https://github.com/weihanli/sparktodo
TodoList WebApi Powered by ASP.NET Core and JWT token auth
https://github.com/weihanli/sparktodo
aspnetcore jwt swagger todolist webapi
Last synced: 8 months ago
JSON representation
TodoList WebApi Powered by ASP.NET Core and JWT token auth
- Host: GitHub
- URL: https://github.com/weihanli/sparktodo
- Owner: WeihanLi
- License: mit
- Created: 2017-03-06T13:54:30.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T00:46:18.000Z (8 months ago)
- Last Synced: 2025-10-15T05:43:22.383Z (8 months ago)
- Topics: aspnetcore, jwt, swagger, todolist, webapi
- Language: C#
- Homepage: https://sparktodo.weihanli.xyz/
- Size: 1.67 MB
- Stars: 50
- Watchers: 2
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SparkTodo
## Intro
SparkTodo 是一个基于 ASP.NET Core 的一个 TodoList WebApi 项目,使用 swagger 自动生成接口文档,身份验证使用 JsonWebToken 来验证。
项目演示地址:
> 注:该地址仅供演示,请勿正式使用,造成的数据丢失概不负责
## Setup
- dotnet sdk:
- aspire dashabord:
- custom built aspire dashboard:
run `aspire-dashboard` container with docker:
```sh
docker run -d --restart=always --name aspire-dashboard -p 18888:18888 -p 4317:18889 weihanli/aspire-dashboard:latest
```