NOTE: this repo is a part of project, see full README first
Innonymous server is a fast and easy backend for chating, powered by python FastAPI
- Light
- Fully anonymous
- High performance
- Configure
.env
file:
API_AMQP_URL=amqp://guest:guest@localhost
API_DATABASE_URL=postgresql+asyncpg://username:password@host/innonymous
API_JWT_KEY=32 bytes in hex, can be generated as "openssl rand -hex 32"
- Start backend using docker
docker run --env-file .env -p 8000:8000 smthngslv/innonymous-api-server:latest