Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 468 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 468 Bytes

chat

A blazingly fast server built using FastAPI, Redis, and friends.

Development Requirements

  • Python3.8.2
  • Pip
  • Poetry (Python Package Manager)

Installation

python -m venv .venv
source .venv/bin/activate
make install

Runnning Localhost

make run

Build app

make up

Running Tests

make test

Access Swagger Documentation

http://localhost:8000/docs

Access Redocs Documentation

http://localhost:8000/redocs