Gogdb

screenshot of Gogdb
flask

Website that collects data on GOG games

Overview

The GOG Database is a website designed to collect data on GOG games. It provides a comprehensive database of information that can be accessed and used for various purposes, such as game research or development projects. The deployment instructions provided are specific to Debian Buster, Apache2, and Uvicorn, but can be adapted for other web or app servers.

Features

  • Data Collection: Collects data on GOG games to create a comprehensive database.
  • Deployment Instructions: Detailed instructions for deploying the application on specific platforms.
  • Server Configuration: Utilizes Apache2 as the web server and Uvicorn as the application server.
  • Scripts Functionality: Scripts available for database updates, building search index, and data insertion.
  • Development Setup: Provides guidelines for setting up a development environment with storage directories and configurations.
  • Database Migrations: Includes information on managing database migrations for the application.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.