- 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.
- Board
- Card
- Checklist
- Checklist Item
- Comment
- Label
- List
- Add board
- Update board (change name)
- Delete board
- Share board with another user
- Delete user from board
- Add card
- Update card (title, description, due date)
- Add label to card
- Delete label from card
- Add checklist to card
- Add checklist item to checklist
- Change boolean value of checklist items
- Add list to board
- Change sequence of lists
- Change names of lists
- Delete list
- Login
- Register
- Change Password