Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.42 KB

README.md

File metadata and controls

70 lines (53 loc) · 1.42 KB

Preview

Kanban Board - Alireza Askarpour

Features

  • 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

Technologies

Installation

BackEnd Setup

  1. Clone the repository
  $ git clone https://github.com/alireza-askarpour/kanban-board-backend.git
  $ cd kanban-board-backend
  1. Install Dependencies
  $ npm install
  1. Start the application
  # development mode
  $ npm run dev

  # production mode
  $ npm start

FronEnd Setup

  1. Clone the repository
  $ git clone https://github.com/alireza-askarpour/kanban-board-fronend.git
  $ cd kanban-board-fronend
  1. Install Dependencies
  $ npm install
  1. Start the application
  $ npm start

Contact with Me