Skip to content

Repository files navigation

Create virtualenv:

python3 -m venv .venv

Activate virtual env:

source .venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Copy .env.example as .env

copy .env_example as .env

Migrate db

alembic upgrade head 

Run

python main.py

Docs location:

http://localhost:8000/docs

http://localhost:8000/redoc

About

fastapi chat service to marketplace

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages