Skip to content

219-Akbank-React-Bootcamp/DuyguEroglu_BitirmeOdevi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban ✅ 📝

Clone and Installation

  • First of all, clone project with Git bash, or use Github Desktop>File>Clone Repository>URL and paste here the URL of the repository.
  git clone https://github.com/duygueroglu/Kanban-Patika-Final-Project
  • Then, for the backend, clone this ready-to-use repository.
git clone https://github.com/haandev/patika-kanban-api
  • Open backend project with your editor and enter docker-compose up to terminal.

  • If you see this message on your terminal, it worked successfully.

  • At last, enter npm start and start the project.

Entities

  • Board
  • Card
  • Checklist
  • Checklist Item
  • Comment
  • Label
  • List

Attributes

Board Attributes

  • Add board
  • Update board (change name)
  • Delete board
  • Share board with another user
  • Delete user from board

Card Attributes

  • Add card
  • Update card (title, description, due date)
  • Add label to card
  • Delete label from card

Checklist & Checklist Item Attributes

  • Add checklist to card
  • Add checklist item to checklist
  • Change boolean value of checklist items

List Attributes

  • Add list to board
  • Change sequence of lists
  • Change names of lists
  • Delete list

User Controllers

  • Login
  • Register
  • Change Password

About

Final project repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published