abhishek-T99 / app-initial

Repository from Github https://github.comabhishek-T99/app-initialRepository from Github https://github.comabhishek-T99/app-initial

Setting up the Project for Development

pip install -r requirements/dev.txt

Create .env file. A sample file is provided along with the repository. Update configuration in the .env file.

Run the migrations.

alembic upgrade heads

Run the project with

uvicorn core.gateway:app --reload

About


Languages

Language:Python 98.9%Language:Mako 1.1%