Fall20 - SWE E-Commerce Group Project
team member
Luke Puente
Vu Nguyen
Elijah Lozano
Dion Collins
this is our Django Ecommerce website that has both frontend, built-in Django database and backend.
this is our user guide : https://docs.google.com/document/d/1Q7NshROmV0UIZuKtLl7GsVXhB6cwlH5NTZ1y5Kl1aS0/edit?usp=sharing
to setup mac :
python3 -m venv venv_mac
source venv/bin/activate
python3 manage.py runserver
then copy the http url link
to setup window : python -m venv venv source venv/Scripts/activate.bat python manage.py runserver Access via browser: http://localhost:8000/
to run test :
python3 manage.py test djangoecommerceweb