Giter Club home page Giter Club logo

todolist's Introduction

ToDoList

1、项目描述

本项目实现了一个备忘录,可以作为一个Go入门项目。主要涉及到如下的一些技术:

  • 语言:Go
  • 框架:Gin、Gorm
  • 数据库:mysql、Redis(保存阅读量)
  • 细节:jwt、go-swagger、Restful

2、实现功能

  • 用户
    • 用户注册
    • 用户登陆
  • 任务
    • 创建一条任务
    • 查看一条任务
    • 更新一条任务
    • 删除一条任务
    • 查看所有任务
    • 搜索一条任务

3、项目框架

4、项目API

6、配置文件

请注意另外本配置文件属于测试环境,需要更换成你自己的配置。

5、本地启动本项目

本人环境:macos + go 1.19(go version > 1.11)

  • 克隆到本地
git clone [email protected]:HumbleSwage/ToDoList.git
cd TodoList
  • 下载依赖
go mod tidy
  • 运行项目
go run .

6、docker启动

cd ToDoList
docker-compose up -d

截屏2022-12-08 19.03.19

todolist's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.