Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 381 Bytes

README.md

File metadata and controls

32 lines (30 loc) · 381 Bytes

EZCalorie

Contributors: Daniel, Ziad, Vince

How To Setup

git clone https://github.com/DanielJiang378/EZCalorie.git
cd EZCalorie
python3 -m venv ./venv
venv\Scripts\activate
pip install -r requirements.txt
cd firstSite
python manage.py makemigrations
python manage.py migrate
python manage.py runserver