Giter Club home page Giter Club logo

trello-board-clone's Introduction

Trello Clone

A simple trello clone.

Technologies

Client

  • Nodejs
  • NPM
    • Webpack
    • React

Server

  • Nodejs
  • NPM
    • express
    • cors
    • morgan
    • uuid
    • jsonwebtoken
    • pg
    • nodemon
    • jest
    • supertest

Database

API endpoints

Users

Route name Path Method Purpose Status
create /users/register POST Register a new account In progress
create /users/login POST Login to an account In progress
show /users/:id GET Get User info by id In progress
update /users/:id PUT Update password In progress
destroy /users/:id DELETE Detele user by id In progress

Boards

Route name Path Method Purpose Status
show /users/:id/boards GET Get all users boards In progress
create /users/:id/boards POST Create new user board In progress
show /users/:id/boards/:id GET Get board by id In progress
update /users/:id/boards/:id PUT Update board name In progress
destroy /users/:id/boards/:id DELETE Delete board by id In progress

Columns

Route name Path Method Purpose Status
show /users/:id/boards/:id/columns GET Get all boards columns In progress
create /users/:id/boards/:id/columns POST Create new column in board In progress
show /users/:id/boards/:id/columns/:id PUT Get column by id In progress
update /users/:id/boards/:id/columns/:id PUT Update column name In progress
destroy /users/:id/boards/:id/columns/:id DELETE Delete column by id In progress

Cards

Route name Path Method Purpose Status
show /users/:id/boards/:id/columns/:id/cards GET Get all columns cards In progress
create /users/:id/boards/:id/columns/:id/cards POST Create new card in column In progress
show /users/:id/boards/:id/columns/:id/cards/:id PUT Get card by id In progress
update /users/:id/boards/:id/columns/:id/cards/:id PUT Update card content In progress
destroy /users/:id/boards/:id/columns/:id/cards/:id DELETE Delete card by id In progress

trello-board-clone's People

Contributors

velocima avatar

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.