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.
It is now possible to run the API with gunicorn using gunicorn -w 4 -b 0.0.0.0:8001 'bcnsGDSAPI:create_app()'. Also did other small changes. |
||
|---|---|---|
| bcnsGDSAPI | ||
| bcnsGDSSite | ||
| .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