Skip to content

iamvivekkaushik/TweetFrame_BE

Repository files navigation

TweetFrames (Backend) DISCONTINUED

Personalize your Twitter Profile with custom Frames.

This Project is built using Python's Fast API Framework.

⚠️ Due to recent twitter API changes, this project won't work.


⚙️ Installation

Install the dependencies using poetry

poetry install

👨‍💻 Running the Project

First make sure to add env variables. Then use alembic command to run the migrations.

alembic upgrade head

Run the server.

uvicorn app.main:app --reload

Creating a new migration

Use the alembic command to generate a new migration.

alembic revision --autogenerate -m "migration-name"