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.
Focus on remving deprecated flas.JSONEncoder and replacing it with json.JSONEncoder. * Exception handling when API is not accessible [fix #25] * flask.JSONEncoder deprecated [fix #24] * Show manual (if present) [fix #23] * Small touch-ups |
||
|---|---|---|
| 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