/Q4-Capstone

GamerFAQ Web-Application for users to review, comment, and ask questions on their favorite games. Users may also add games that are not within our database within proper guidelines.

Primary LanguagePython

Q4-Capstone

How To Get Started

To start you need to make sure and download django. I used pip to install. Then you will need to make sure you have poetry installed and set up the virtual environments.

  1. Make sure to clone in terminal.
git clone
  1. Make sure to install the dependencies in terminal.
poetry install
  1. Activate the Virtual Environment.
poetry shell
  1. Make sure to migrate!
python manage.py migrate
  1. Create your superuser.
python manage.py createsuperuser
  1. Finally run the server to watch the magic unfold.
python manage.py runserver