fool1280 / cavgpt

Home Page:https://cavgpt.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cav's Course Recommender

Visit the Demo to explore our online website. The Backend is hosted on Python Anywhere.

You can access the website using the above link. To run the website locally, follow these instructions:

Backend Setup:

  1. Create and Activate a Virtual Environment:

    • To create a virtual environment, execute: python -m venv venv
    • To activate the virtual environment:
      • On Windows: .\venv\Scripts\activate
      • On macOS/Linux: source venv/bin/activate
  2. Install Required Python Packages:

    • Execute: pip install -r requirements.txt
  3. Start the Backend:

    • Execute: python main.py

Frontend Setup

Follow these steps to start the app:

  1. Navigate to the directory frontend/main.
  2. Execute pnpm i to install the necessary dependencies.
  3. Execute pnpm run dev to initiate the app.
  4. Modify the line here to localhost:5000.
  5. Access localhost:5000 in your browser to use the web app.

About

https://cavgpt.vercel.app


Languages

Language:TypeScript 89.3%Language:Python 8.9%Language:JavaScript 1.3%Language:CSS 0.5%