Skip to content

blemmmm/task-management

Repository files navigation

Task Management System

Features

  • Add a new task
  • Edit a task (name, description, status)
  • Delete a task
  • View all tasks
  • Search task by name
  • Filter task by status

Tech Stack

Installation

First Terminal

bash ./dev.env.sh
bash ./dev.containers.sh

Second Terminal

    cd client
    create .env file
    add VITE_API_URL=http://localhost:8080 on .env file
    npm install or yarn
    npm run dev or yarn dev

Third Terminal

cd server
npm install or yarn
    npm run dev or yarn dev

Usage

Open http://localhost:5173 in your browser