Skip to content

ngnl333/IT

 
 

Repository files navigation

Check us out on Python Anywhere at https://find.pythonanywhere.com/

The website makes use of Google Maps geolocation and it is highly recommended to run it as a secure HTTPS site, with location services enabled.

To Start the Project:

1.) Create a folder on your computer

2.) Create a virtual environment (python -m venv myvenv) MAKE SURE IT IS PYTHON 3.6

3.) On Mac ACTIVATE venv (source myvenv/bin/activate) On Windows Activate venv (myvenv/Scripts/activate)

4.) Clone github repository (git clone https://github.com/dmayers340/itech.git)

5.) CD into itech (cd itech)

6.) Install Django (pip install django~=1.11.0)

7.) pip install pillow

8.) pip install bcrypt

9.) python manage.py makemigrations

10.) python manage.py migrate

11.) python manage.py addgames

12.) python manage.py addusers

13.) python manage.py addprofiles

14.) python manage.py addreviews

About

IT Coursework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.3%
  • Python 7.5%
  • HTML 7.4%
  • CSS 0.8%