Skip to content

yashmalbhage/task-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Installation process of project on your machine:

  1. git clone - https://github.com/yashmalbhage/Predixion-AI-ASSI

  2. Open the folder

  3. Frontend - 3.1. cd taskmanagement_client 3.2. npm i 3.3. npm start

  4. Backend - 4.1. cd backend 4.2.pip install -r requirements.txt 4.3.uvicorn app.main:app --reload

I have also added dark mode to the application