GithubHelp home page GithubHelp logo

hhy5277 / todolist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from b2d1/todolist

0.0 1.0 0.0 379 KB

一款基于 TS + React + Antd + Koa2 + MongoDB 实现的 TodoList 全栈应用

Home Page: http://baobangdong.cn:4000/

License: MIT License

TypeScript 95.80% HTML 1.59% CSS 2.62%

todolist's Introduction

Build Status

🚩 一款基于 TS React Antd Koa2 MongoDB 实现的 TodoList 全栈应用

线上访问地址

http://baobangdong.cn:4000/

应用成果

掘金文章传送门

应用功能点

  • 前后端均用 TS 编写
  • 自主设计 RESTful 接口、数据库,并实现前后端分离开发
  • 实现用户的登录注册
  • 实现 Todo 的关键词查询,内容修改,状态更改,记录删除
  • 服务端的优雅错误处理

技术栈

  • 前端
    • TypeScript(赋予 JS 强类型语言的特性)
    • React(当下最流行的前端框架)
    • Axios(处理 HTTP 请求)
    • Ant-Design(阿里开源的 UI 语言框架)
    • React-Router(处理页面路由)
    • Redux(数据状态管理)
    • Redux-Saga(处理异步 Action)
  • 后端
    • Koa2(基于 Node.js 平台的下一代 web 开发框架)
    • MongoDB(非关系型数据库)

本地运行

# clone
git clone https://github.com/B2D1/TodoList.git

# 全局安装 typescript
cnpm i typescript -g
# 进入server文件夹,运行服务端
cd /TodoList/server

# 安装后端所需要的依赖包
cnpm i

# 启动后端服务,监听本地5000端口,请自行下载MongoDB,并开启数据库服务
npm run dev
# 开启一个新的终端,运行浏览器端
cd /TodoList

# 安装前端所需要的依赖包
cnpm i

# 运行项目
npm run start

todolist's People

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.