abdallahashraf22 / tv-backend-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tv-backend-server

B - How to run project

1. install poetry

    pip install poetry

2. install dependencies

    poetry install

3. Run migrations

    poetry run python ./models/run_migrations.py

or if you set the virtual environment as your default python environment

    python ./models/run_migrations.py

4. run project

    poetry run gunicorn -c gunicorn_config.py

or if you set the virtual environment as your default python environment

    gunicorn -c gunicorn_config.py

About


Languages

Language:Python 92.3%Language:HTML 6.9%Language:Dockerfile 0.8%