This repository was archived by the owner on May 13, 2023. It is now read-only.
Releases: innonymous/api-server
Releases · innonymous/api-server
v.1.0.1
v1.0.0
First Alpha version.
Basic functional, no docs.
.env file example:
API_DATABASE_URL=postgresql+asyncpg://username:password@host/innonymous
API_JWT_KEY=32 bytes in hex, can be generated as $(openssl rand -hex 32)
Run with docker:
docker run --env-file .env -p 8000:8000 smthngslv/innonymous-api-server:latest