Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TechPressure

AI-powered IT interview simulator with two phases (Interview Round + Coding Challenge), live scoring, TTS, and STT.

Structure

techpressure/
├── frontend/     ← React web app (port 3000)
└── backend/      ← Flask API server (port 5000)

Run both

# Terminal 1 — backend
cd backend
pip install -r requirements.txt
python app.py

# Terminal 2 — frontend
cd frontend
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages