This is a deliberately vulnerable application, created for educational purposes to demonstrate common web security issues.
- Clone the repository
- Install dependencies:
pip install -r requirements.txt- Start the server:
uvicorn main:app --reload- Access the application:
- Backend API: http://localhost:8000
- Frontend: http://localhost:8000/index.html
Full API documentation is available at:
- Swagger UI:
http://localhost:8000/docs - ReDoc:
http://localhost:8000/redoc
This application is for educational purposes only. The vulnerabilities demonstrated here are dangerous in real environments. Always follow security best practices in production applications.