Skip to content

Shivamcoli/AI-Interview-Prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Interview Prep (React + FastAPI)

This workspace contains:

  • frontend/: React (Vite) app
  • backend/fastapi_backend/: FastAPI backend

Run backend (FastAPI)

cd "backend/fastapi_backend"
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000

Run frontend (React)

Create frontend/.env:

VITE_API_BASE_URL=http://localhost:8000

Then:

cd "frontend"
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors