Skip to content

The initial server of brave-chat powered by FastAPI, and Redis as a database.

Notifications You must be signed in to change notification settings

brave-chat/redis-server

Repository files navigation

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

About

The initial server of brave-chat powered by FastAPI, and Redis as a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages