Fast API - Social Media Social Media API built with FastAPI framework. A simple CRUD API which has logins, password hashing and database integration.
Login User. See all the Posts. Create, Update & Delete posts made by the logged in user. Vote or remote vote from posts. Show votes on Posts. Show amount of posts created by user.
FastAPI framework. PostgreSQL database. SQLAlchemy ORM. Alembic as database migration tool. OAuth2 and JWTokens for users authentication. Each query and api feature provided.