Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

innonymous/api-server

Repository files navigation

Innonymous Api Server

NOTE: this repo is a part of project, see full README first

A fastapi RESTful api server, that provides all functionality.

Build Status

Innonymous server is a fast and easy backend for chating, powered by python FastAPI

  • Light
  • Fully anonymous
  • High performance

Quick start

  1. 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"
  1. Start backend using docker
docker run --env-file .env -p 8000:8000 smthngslv/innonymous-api-server:latest