Coder Social home page Coder Social logo

themessager / roc-todolist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rocyuan666/roc-todolist

0.0 0.0 0.0 4.09 MB

react + koa + mysql + redis全栈项目

License: MIT License

Shell 0.25% JavaScript 22.25% TypeScript 76.68% CSS 0.17% HTML 0.64%

roc-todolist's Introduction

roc-todolist

介绍

roc-todolist,前端是基于 ts + react 技术栈开发,后端是基于 js + koa2 + mysql + redis 技术栈开发。 因为本人恰饭的技术栈一直是 vue 相关,于是有空了就学一学别的技术,本项目则是将学习到的知识串起来玩一玩。 由于时间原因,虽然做的非常简单,主要以学习为主,但是“麻雀虽小五脏俱全”。

预览

预览地址:http://todolist.rocyuan.top/

环境

  • Node 14
  • MySQL 5.7
  • Redis 7

前端

前端根目录在 web-ui-react

主要技术

  • 使用 create-react-app 脚手架搭建项目结构
  • typescript 使用
  • react 框架使用
  • ant-design 组件库使用
  • axios 网络请求封装
  • redux 状态管理使用
  • react-redux react 与 redux 连接
  • redux-thunk 状态管理中间件的使用
  • react-router-dom 路由的使用
  • styled-components 样式使用 css in js 的方案
  • classnames 动态 class 使用
  • ...

后端

后端根目录在 web-koa

主要技术

  • 对于 koa2 项目自行封装项目结构 简单分为四层 router(路由层)、controller(控制层)、service(业务处理层)、middleware(中间件层)
  • koa 框架使用
  • koa-bodyparser body 数据解析使用
  • koa-static 静态资源访问使用
  • @koa/multer multer 文件上传使用
  • @koa/router 路由使用
  • mysql2 mysql 使用
  • redis 使用
  • captchapng 图片验证码使用
  • crypto-js 密码 MD5 加密使用
  • jsonwebtoken(JWT)生成、效验 token 使用
  • RSA 加密使用
  • 跨域处理
  • nodemon 开发环境检测文件改动自动重新启动使用
  • ...

roc-todolist's People

Contributors

rocyuan666 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.