Git Product home page Git Product logo

curve's Introduction

简介

构建中。

技术栈

  • react
  • go
    • gin
    • websocket
    • jwt
    • gorm
    • imaging
  • mysql
  • redis
  • grafana
  • nginx

初步实现的功能 (未测试)

  • 邮箱注册
  • 登录
  • 修改密码
  • 上传、获取头像
  • 上传、获取图片
  • 关注
  • 消息发送
  • 实时对话

开发指南

风格

  • 交互: restful(正在学习)
  • 命名:
    • 标识符命名: 大驼峰、小驼峰
    • 文件命名: 蛇形命名
    • 标签命名: 蛇形命名
    • 包命名: 小写字母

经验收获

  • go
    • 出现错误时,不仅仅要进行处理,更要输出错误,这样在出现 bug 时,就能很快找出原因。
    • 输出日志时,一定要记录输出代码的位置。

常用指令

  • go
    • go mod init <模块名>: 初始化模块。
    • go mod tidy: 同步模块。
  • redis
    • redis-server: 开启 redis 服务器。
    • redis-cli -h 127.0.0.1 -p 6379: 连接 redis 服务器。
    • keys *: 查看 redis 服务器的所有键。

资料

curve's People

Contributors

lightyears1998 avatar lxy417165709 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.