Oposiciones App is a web application designed for candidates preparing for competitive exams ("oposiciones") in Spain. It provides an easy-to-use platform to take practice tests and track your progress.
- Interactive practice tests
- User-friendly interface
- Backend for question management and scoring
- Frontend: React (JavaScript)
- Backend: FastAPI (Python)
- Deployment: Vercel
- Clone the repository:
git clone https://github.com/olixva/oposiciones-app.git
- Navigate to the project directory:
cd oposiciones-app - Install dependencies for both frontend and backend:
cd frontend && npm install cd ../backend && pip install -r requirements.txt
Start the development servers for frontend and backend:
# Frontend
npm start
# Backend
uvicorn main:app --reloadFeel free to fork the repository and submit pull requests.
This project is currently not licensed.