sudo docker network create auth_streamysnap_network
cd database
sudo chmod a+rwx ./mariadb (For Ubuntu)
sudo chmod 0777 ./mariadb/data (For Ubuntu)
sudo docker compose --env-file ../config/.env up -d
cd auth
sudo docker compose --env-file ../config/.env up -d
cd frontend
sudo docker compose --env-file ../config/.env up -d
golang : https://github.com/parinyapt/StreamySnap_AuthService (API Auth)
docker images: https://hub.docker.com/r/pobkun/streamysnap-authservice
Documents API: https://documenter.getpostman.com/view/7335549/2s93ebRVyR
nextjs : https://github.com/PobKun/StreamySnap_FrontendService (Frontend)
docker images: https://hub.docker.com/r/pobkun/streamysnap-nextservice