/api-testing-tool

My final year project

Primary LanguageJavaScript

Automated Vulnerability Assessment and Testing for Application Programming Interface

Overview

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.

Technologies Used

Backend: FastAPI, Python Frontend: React, JavaScript Database: PostgreSQL

Backend

uvicorn backend.main:app --reload

Migrations

alembic revision --autogenerate -m 'msg' alembic upgrade head