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.
* Separated /gamelist to 2 calls: /gamelist and /gamelist/thumbnails. * Refactored nested for-loop with a next() when looping artwork [fixes #20] |
||
|---|---|---|
| api | ||
| site | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
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