Skip to content

This project focus on building a task recommendation system based on severak crucial factors.

License

Notifications You must be signed in to change notification settings

abhishek-sanwal/AI_Powered_Task_Recommendation_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Powered Task Management System


Steps to run this project:

  • Clone repo
    
    git clone <repo>
    
    
  • Navigate to backend folder
    cd backend2
    
  • Install All backend dependencies
    pipenv install
    
  • Activate Virtual Environment
    pipenv shell
    
  • Start Mysql Server and create a user Tom with password as password and grant ddl, dml, select permissions to it. Create a restApi database.

  • Make sure it is listening to port 3306 on localhost(http:127.0.0.1)

  • Load all environment variables
    source .env
    
  • Init
    flask db init
    
  • Migrate
    flask db migrate
    
  • Upgrade
    flask db upgrade
    
  • Start app
    flask run
    
  • Move one level up in directory
    cd ..
    
  • Move to Frontend
    cd frontend
    
  • Install Node modules
    npm install
    
  • Run Dev server(It is Vite app)
    npm run dev
    

Upcoming Features:

  • Improvement in User Interface.
  • Upgrade to PostgresDB.

About

This project focus on building a task recommendation system based on severak crucial factors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published