Skip to content

IwattsX/Digi-Dynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

197 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digi-Dynamics

Name: Steam Scout

Prereqs

NOTE: You are going to have to create 2 .env files in mysite/APICalls and mysite/database

mysite/APICalls/.env

STEAM_API_KEY= "<YOUR_API_KEY>"

Get this from https://steamcommunity.com/dev/apikey

mysite/ReadGames/database/.env

uname = "<Your_Uname>"
pass = "<your_pass>"
database = "steam"

Note: uname will run the SQL through 'uname'@'localhost', I named my database "steam"

HOW TO RUN

Using uv:

uv run mysite/manage.py runserver

https://docs.djangoproject.com/en/5.0/ Access admin webpage using http://127.0.0.1:8000/admin/

Types from steam web API

  • Game
  • Music
  • Demo
  • DLC

Database Tables

Games alt "Games Table"

Music Schema alt "Music Table"

DLC Schema alt "DLC Table"

Demo Schema alt "Demo Table"

Movie Schema alt "Music Table"

Project Idea

  • Steam Game Search Engine

credit

Collaborators:

  • Hunter Smith
  • Alfred Newsome
  • Isaac Watts
  • Tamia

About

Database system class with Hunter Smith, Alfred NewSome, Isaac Watts

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors