NickTsalyn / task-pro-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TASK PRO

Description

This project is developed to create an online task board management similar to Trello. This application allows users to create different columns, drag and edit task cards within these columns.

Features

  • Creating, editing, and deleting boards
  • Creating, editing, and deleting columns
  • Adding, editing, and deleting task cards within columns
  • Dragging cards between columns to change their status or order
  • User authentication

Technologies

  • Node.js
  • Express.js
  • MongoDB

Live Demo

You can access the live demo here.

Documentation

The API documentation can be found in Swagger Documentation.

License

This project is licensed under the MIT License.

Installation

  1. Clone the repository: git clone https://github.com/NickTsalyn/task-pro-backend
  2. Install dependencies: npm install

Usage

  1. Start the server: npm start
  2. Open a browser and go to http://localhost:3232

About


Languages

Language:JavaScript 100.0%