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: 6 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 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T02:19:46.000Z (6 months ago)
- Last Synced: 2025-04-10T03:26:17.888Z (6 months ago)
- Topics: aspnetcore, jwt, swagger, todolist, webapi
- Language: C#
- Homepage: https://sparktodo.weihanli.xyz/
- Size: 1.61 MB
- Stars: 49
- Watchers: 3
- 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:run aspire-dashboard container with docker:
```sh
docker run -p 18888:18888 -p 4317:18889 -d --name aspire-dashboard -e DOTNET_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS="true" mcr.microsoft.com/dotnet/nightly/aspire-dashboard:latest
```