A small website written in Flask with separated frontend and backend. Backend is placed on server hosting a collection of games and serves the games nfo-files to the frontend.
Go to file
odecif fcf71d6fea Gamelist performance improvements
* Separated /gamelist to 2 calls: /gamelist and /gamelist/thumbnails.
* Refactored nested for-loop with a next() when looping artwork

[fixes #20]
2023-09-20 15:13:42 +02:00
api Gamelist performance improvements 2023-09-20 15:13:42 +02:00
site Gamelist performance improvements 2023-09-20 15:13:42 +02:00
.gitignore Uploaded to gitea 2022-10-26 09:17:21 +02:00
LICENSE Initial commit 2022-10-26 09:06:37 +02:00
README.md Update requirements in readme.md 2022-10-26 17:32:10 +02:00

bcns-gameDistributionSystem

A small website written in Flask with separated frontend and backend. Backend is placed on server hosting a collection of games and serves the games nfo-files to the frontend.

Dependencies

pip install Flask
pip install opencv-python