Skip to content

Harsh-Karia/Volare_CodeLab

Repository files navigation

Volare

Volare(voh-lare) is an AI-powered interview preparation application designed to help users enhance their interviewing skills through personalized, interactive sessions. Temporary website can be viewed at: https://volare.aksads.tech/overview

Getting Started

Install the dependencies:

pnpm install

Note: If you haven't installed pnpm yet, you can do so by running the following command:

corepack enable pnpm

To run the Supabase database on Docker:

pnpx supabase start

Then, run the development server:

pnpm dev

To copy the database schema from your Supabase project:

pnpx supabase link
pnpx supabase db pull

Open http://localhost:3000 with your browser to see the result.

Volare - AI-Powered Interview Preparation Platform

Volare Banner

Table of Contents

Ticket

Refer to the Notion ticket for more details: Volare Notion Ticket

Installation

To set up Volare on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Codelab-Davis/volare.git
  2. Navigate to the project directory

    cd volare
  3. Setup the Python backend:

    python -m venv .venv                      # Create a virtual environment
    source .venv/bin/activate                 # Activate the virtual environment
    pip install -r backend/requirements.txt   # Install the necessary dependencies
    python backend/main.py                    # Start the backend server
  4. Setup the frontend:

    pnpm install         # Install the necessary dependencies
    pnpx supabase start  # Run the Supabase database (need Docker Desktop running)
    pnpx supabase db pull
    pnpm dev             # Start the development server

    Open http://localhost:3000 with your browser to see the result.

Note: If you haven't installed pnpm yet, you can do so by running the following command:

corepack enable pnpm

Note: If you run into any issues with the Supabase, try:

pnpx supabase db reset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published