Skip to content

Team-Challenge/chat_BACK_END

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors