Skip to content

PobKun/streamysnapProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamysnap Service

sudo docker network create auth_streamysnap_network


DATABASE SERVICE

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


AUTH SERVICE

cd auth
sudo docker compose --env-file ../config/.env up -d


FRONTEND SERVICE

cd frontend
sudo docker compose --env-file ../config/.env up -d


CODE

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors