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
Repository from Github https://github.comabhishek-T99/app-initial
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