Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sivasethupathi/vpsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Promotion Mock Test (FastAPI on Vercel)

A lightweight mock test platform powered by FastAPI and Jinja2.
Reads an Excel question bank and serves 10 random questions by Question Type (Column A).

Excel Format

  • Column A: Question Type
  • Column B: Question
  • Columns C–G: Options A–E
  • Column J: Correct Answer (either the letter A..E or the exact option text)

Place your file at: data/question_bank.xlsx.

Quick Start

  1. Create this repo on GitHub with the structure in this project.
  2. Put your Excel into data/question_bank.xlsx.
  3. Connect the repo to Vercel and deploy.
  4. (Optional) Set SESSION_SECRET in Vercel Project → Settings → Environment Variables.

Local Development

python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install -r requirements.txt

# Run locally
uvicorn api.index:app --reload --port 8000
# Open http://127.0.0.1:8000

About

virtual public service commission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published