Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Karan-Kumar-Mishra/Skybox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skybox



Skybox's system design



system design url :

https://excalidraw.com/#json=cpXwwLJsj7uytVZ77enNn,iddy2NkJLbeJKbhcYSA6Nw

Video


click to see video

installation


Linux

apt update -y
apt upgrade -y
apt install git -y
git clone https://github.com/Karan-Kumar-Mishra/Skybox
cd Skybox
cd Backend 
npm i && node server.js
cd .. 
cd Frontend
npm i && npm run start

Windows

1. Download the nodejs

2. Download the Git

git clone https://github.com/Karan-Kumar-Mishra/Skybox
cd Skybox
cd backend
npm i && tsc
node dist/server.js
cd ..

cd Proxy-Server
npm i && tsc
node dist/server.js
cd ..

cd frontend
npm i && tsc
npm run build
npm i serve
serve -S dist

Dokcer

git clone https://github.com/Karan-Kumar-Mishra/Skybox
cd Skybox
docker-compose up