Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 372 Bytes

gamelibrary

Written in Python, allows you to manage your games in a web application.

Installation

Python 3.10 or newer is requried. Assumes that you are in the directory where this repo is found.

  1. `python3 -m venv venv && source venv/bin/activate``
  2. pip install -r requirements.txt
  3. Set your secret key in config.py
  4. export FLASK_APP=main
  5. flask run