Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 203 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 203 Bytes

sovkom-hack

frontend

cd frontend

npm i
npm start

backend

cd backend

docker-compose -f db.yml up -d
docker-compose -f frontend.yml up -d
docker-compose -f backend.yml up -d