wuming123057 / Trello_clone_with_Phoenix_and_React

This post belongs to the Trello clone with Phoenix Framework and React series.中文翻译

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Trello clone with Phoenix and React(English)
This post belongs to the Trello clone with Phoenix Framework and React series.

  1. Intro and selected stack
  2. Phoenix Framework project setup
  3. The User model and JWT auth
  4. Front-end for sign up with React and Redux
  5. Database seeding and sign in controller
  6. Front-end authentication with React and Redux
  7. Setting up sockets and channels
  8. Listing and creating new boards
  9. Adding board member
  10. Tracking connected board members
  11. Adding lists and cards
  12. Deploying on Heroku

Thanks bigardone!
After the author's permission, I translated into Chinese.

##Project address Project address

#基于Phoenix Framework 和React的Trello(中文) 这篇文章属于基于Phoenix Framework 和React的Trello系列

  1. [介绍和架构选择](1-Intro and selected stack.md)
  2. [Phoenix Framework 项目设置](2-Phoenix Framework project setup.md)
  3. [User模型和JWT权限设置](3-The User model and JWT auth.md)
  4. [使用React 和 Redux实现前端用户注册](4-Front-end for sign up with React and Redux.md)
  5. [数据库初始化和用户登录Controller ](5-Database seeding and sign in controller.md)
  6. [基于React和Redux的前端验证](6-Front-end authentication with React and Redux.md)
  7. [sockets和channels 配置](7-Setting up sockets and channels.md)
  8. [展示和创建新Board](8-Listing and creating new boards.md)
  9. [添加Board用户](9-Adding board members.md)
  10. [追踪已连接的Board用户](10-Tracking connected board members.md)
  11. [添加列表和卡片](11-Adding lists and cards.md)
  12. [在Heroku上部署](12-Deploying on Heroku.md)

About

This post belongs to the Trello clone with Phoenix Framework and React series.中文翻译