This project is a backend API for a social media application. It is built using FastAPI for request handling, Pydantic for schema and response validation, and SQLAlchemy for persistence to a ...
Python-based API firewall that filters network packets using Flask. Packets follow the 5-tuple: src_ip, dest_ip, src_port, dest_port, protocol. User packets get logged to user_packets.txt for auditing ...