Skip to content

RHEcosystemAppEng/product-recommender-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Recommender

Backend

  1. Install Dependencies

    Install the dependencies

     python3.10 -m venv venv
     source venv/bin/activate
     pip3 install -r backend/requirements.txt
  2. Start server

    Start the backend server

    ./venv/bin/uvicorn backend.main:app --reload --port 8080

Frontened

  1. Install Dependencies

    Install the dependencies

     cd ui
     npm install
  2. Start server

    Start the backend server

    npm run dev  

    Server will be running at http://localhost:5173/

  3. Launch

    Launch the ui

    Enter the Login credentials: user@example.com/1234

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •