tpugh / Unlimited-Treasures

This project is for DBMS 578

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unlimited-Treasures

This project is for DBMS 578

Feature Branches

When adding to this repo the branch file should use the following format from master branch run the following git checkout -b {ticket_number}-{ticket_name}-{ticket_name}

local setup

Pre requisite

Install python3 Install virtualenv for python3

run local server

  1. set SECRET_KEY in the base.py or secret.txt file (this file is in gitignore and will not be in version control) source secret.txt file ( this file is one line and should have the following: export SECRET_KEY='{your key here}'

  2. Activate virtual env source venv/bin/activate

  3. git clone Unlimited-Treasures repo and cd into the repo dir

  4. pip3 install -r requirements.txt the above command will install all of the needed packages to run your app locally

  5. cd to mysite folder

  6. python3 manage.py runserver Run python3 manage.py runserver

  7. Create mysql database and tables

    • python3 manage.py makemigrations mysite
    • python3 manage.py migrate

About

This project is for DBMS 578

License:MIT License


Languages

Language:JavaScript 60.8%Language:CSS 29.8%Language:SCSS 6.2%Language:Python 2.0%Language:HTML 1.3%