Skip to content

WeihanLi/SparkTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparkTodo

Intro

SparkTodo 是一个基于 ASP.NET Core 的一个 TodoList WebApi 项目,使用 swagger 自动生成接口文档,身份验证使用 JsonWebToken 来验证。

项目演示地址: https://sparktodo.weihanli.xyz/

注:该地址仅供演示,请勿正式使用,造成的数据丢失概不负责

Setup

run aspire-dashboard container with docker:

docker run -d --restart=always --name aspire-dashboard -p 18888:18888 -p 4317:18889 weihanli/aspire-dashboard:latest