A high-performance url shortener and manager app for personal usage built with the FastAPI framework.
The user must be authenticated and should use the JWT authentication bearer token for the CRUD operations.
The app uses PostgreSQL database connected via SQLAlchemy module in Python.
Tech Stack: Python, FastAPI, PostgreSQL, SQLAlchemy and PyJWT.