Skip to content

thief01/Kicz

Repository files navigation

Kich Application

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.

Usage

// 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

Quick Look

Example Kicz APP

Register page

image

Feed page 1

image

Feed page 2

image

Swagger Doc

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors