- Authentication
- Create and delete board
- Add board to favourite list
- Add, edit and change title, description and emoji
- Create and delete section
- Create and edit Task
- Change position task
- AutoSave
- Clone the repository
$ git clone https://github.com/alireza-askarpour/kanban-board-backend.git
$ cd kanban-board-backend
- Install Dependencies
$ npm install
- Start the application
# development mode
$ npm run dev
# production mode
$ npm start
- Clone the repository
$ git clone https://github.com/alireza-askarpour/kanban-board-fronend.git
$ cd kanban-board-fronend
- Install Dependencies
$ npm install
- Start the application
$ npm start