Skip to content
Snippets Groups Projects
Commit 47dc2018 authored by Cem Akdag's avatar Cem Akdag
Browse files

Shell File added

parent 761269fe
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
zroom.sh 0 → 100755
#!/bin/bash
echo -e '\n\e[1m\e[31mKILL PROCESS ON PORT 5000\e[0m\n'
sudo kill -9 `sudo lsof -t -i:5000`
sudo kill -9 `sudo lsof -t -i:3000`
echo -e '\n\e[1m\e[34mSTART SERVER\e[0m\n'
source backend/env/bin/activate
python3 backend/app.py &
echo -e '\n\e[1m\e[34mSTART ZRoom APP\e[0m\n'
cd frontend && npm start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment