The backend system for our ECHacks project
Goto production for live code
- Install python3
- Install required third-party packages
pip3 install -r requirements.txt
python3 main.py
-
Pull new code
git pull origin master -
Branch out
git branch branch-namegit checkout branch-name -
Add all of your files
git add -A -
Commit
git commit -m "some message" -
Push
git push origin branch-name -
Tell Jason