A restaurant management web-based application.
If you don't have python3 and pip installed, please install them first.
Clone the project via HTTPS.
git clone https://github.com/Nhu-Huynh/CS300-rePYNN.git
Install required packages
pip install -r requirements.txt
Go to the CS300-Repynn folder and run
python3 manage.py runserver
- Fork it (https://github.com/Nhu-Huynh/CS300-rePYNN.git)
- Move to dev branch
git checkout origin/dev
- Create your feature branch (
git checkout -b feature/fooBar
)