Kich application is twitter like application to create posts like them and follow friends. I'm creating it for Polish Twitch Community. I wanted to make some Apps for news like "Szklanka2YJ" Youtube channel but text-based.
// clone repository
git clone
// change folder
cd Kich
// configure local env
JWT_KEY=YOUR_JWT_KEY
JWT_ISSUER=localhost:8000
JWT_AUDIENCE=localhost:3000
API_URL=localhost:8000
// run docker
docker compose -f docker-compose-dev.yml up
// or for prod (Traefik or Nginx configuration needed)
docker compose up
// visit this URL to create your account
localhost:3000/register
// write your first post
localhost:3000/feed
// Swagger DOC
localhost:8000/swagger/index.html