Skip to content

Poineapple/Task-Management-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Task-Management-App

A simple React application with flask backend for managing tasks that allows CRUD operations.

Requirements

Node.js 20 and above

Python 3.8 and above

Run Locally

Clone the project

  git clone https://github.com/Poineapple/Task-Management-App/

Go to the project directory

  cd Task-Management-App

Install backend dependencies

pip install Flask
pip install Flask-Cors

Start the backend server

  cd Tasks-Backend
  python app.py

Install frontend dependencies

  cd ..
  cd Tasks-Frontend
  npm install

Start the frontend server

  npm run dev

Open Browser in http://localhost:5173/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published