This project focuses on the development of an automated system for vulnerability assessment and testing of Application Programming Interfaces (APIs). The goal is to learn while enhancing the security and reliability of APIs by identifying and addressing potential vulnerabilities.
Backend: FastAPI, Python Frontend: React, JavaScript Database: PostgreSQL
uvicorn backend.main:app --reload
alembic revision --autogenerate -m 'msg' alembic upgrade head