Skip to content

JustGevorg/deepra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install requirements

poetry install

create ".env" file with db connection data

APP_SWAGGER_URL = "..."
APP_REDOC_URL = "..."
APP_HOST = "..."
APP_PORT = "..."

run app

poetry run start_uvicorn

or

gunicorn deepra.src.main:app --worker-class uvicorn.workers.UvicornWorker --bind=0.0.0.0:8000

About

deepra test task

Topics

Resources

Stars

Watchers

Forks

Languages