Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Library

Description

This Steam-like game library offers the ability to browse games, create an account, comment, rate, and favourite. Used flask, SQLAlchemy, WTF-forms, password-validator. Group project undertaken with fellow University Students. Unit and end-to-end testing completed!

Installation

Installation via requirements.txt

Windows

$ cd <project directory>
$ py -3 -m venv venv
$ venv\Scripts\activate
$ pip install -r requirements.txt

MacOS

$ cd <project directory>
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Execution

Running the application

From the project directory, and within the activated virtual environment (see venv\Scripts\activate above):

$ flask run

Data sources

The data files are modified excerpts downloaded from:

https://huggingface.co/datasets/FronkonGames/steam-games-dataset

Acknowledgments

Thank you to Dr Shyamli Sindhwani and Dr Asma Shakil for helping me set up the initial stages of this project!

About

Steam-like game library offers the ability to browse games, create an account, comment, rate, and favourite. Used flask, SQLAlchemy, WTF-forms, password-validator. Group project undertaken with fellow University Students. Unit and end-to-end testing completed!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages