A PC Part Website which recommends parts at specific budget price points for building computers.
NOTE: This website is only made for educational purposes at UCSC.
Contributors: -Dustin Feldsine -Caleb Jones -Anthony Lin -Ryan Sparno -Kevin Velasquez
USER MANUAL/INSTALLATION GUIDE
- Install Python 3 and an Anaconda prompt
- In prompt: "pip install django"
- In prompt: "pip install PCPartPicker-API"
- Download a clone of the PCPal GitHub repository to desktop (or another location)
- In prompt: cd into PCPal/mysite/
- In prompt: "python manage.py runserver"
- Go to url "127.0.0.1.8000/PCPal/" in a browser