Skip to content

JulianNicholls/Trellone

Repository files navigation

Trellone

A Trello Clone written with the MERN stack.

On 7-Oct-2019, I restarted the front-end with the latest React, using context and hooks. The checkboxes below show the restarted progress.

Back End

  • Install Express, Volleyball, CORS and make basic server
  • Install Passport, Bcrypt and Mongoose for authentication
  • Create Mongoose models
    • Create model for users
    • Create model for boards
    • Create model for lists
    • Create model for tasks
  • Create Endpoints for Login and Signup
  • Create Endpoint for current user
  • Create Endpoints for Boards
    • Create Endpoint for user boards
    • Create Endpoint for single board
    • Create Endpoint for new board
  • Create Endpoints for Lists
    • Create Endpoint for board lists
    • Create Endpoint for single list
    • Create Endpoint for new list
    • Create Endpoint for archive list
    • Create Endpoint for update list
    • Create Endpoint for new task
    • Create Endpoint for archive task

Front End

  • Create client with create-react-app
  • Remove c-r-a excesses :-)
  • Install Router module
  • Set up Router
  • Set up User Context
    • Store returned login token in Context
    • Store returned signup token in Context
    • Remove token from storage on logout
  • Set up Boards Context
  • Create Header with Signup and Login buttons
    • Display name and avatar when logged in
  • Create Login page
    • Create Login form
    • Wire up to UserContext
  • Create Signup page
    • Create Signup form
    • Wire up to UserContext
  • Create Boards page
    • Redirect to login page if not logged in
    • Show user boards
    • Create new board
  • Create Board Lists page
    • Redirect to login page if not logged in
    • Show board lists
    • Create new list
    • Archive list
    • Show list tasks
    • Create new task
    • Edit task
    • Archive task

ER Diagram

ER Diagram

Git client

I have used Git at the command-line for more than 10 years. Over that time, I have tried many different graphical shells for Git, without finding one that was easier and nicer to use than the command-line (in my view).

I have now found that GitKraken is an excellent Git shell and would advise using it to everyone.

Questions

If you have any questions about this repository, or any others of mine, please don't hesitate to contact me.