Installation process of project on your machine:
-
git clone - https://github.com/yashmalbhage/Predixion-AI-ASSI
-
Open the folder
-
Frontend - 3.1. cd taskmanagement_client 3.2. npm i 3.3. npm start
-
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