Skip to content

zyy125/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Todo App - 全栈待办事项应用

一个基于 Go + Gin + Vue 3 的待办事项管理系统。 前后端均由AI编写的练手小项目

License Go


🚀 快速开始

前置要求

  • Go
  • Node.js
  • SQLite

启动项目

方式一:一键启动(推荐)

Windows:

start.bat

macOS/Linux:

./start.sh

方式二:分别启动

启动后端:

go run main.go

启动前端:

cd todo-frontend
npm run dev

访问应用


📄 许可证

MIT License


About

基于 Go + Gin + SQLite 的待办事项管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors