Best Flask open-source libraries and packages

Gamelib flask

This project was developed to study the use of the Python language in web development. Using the Flask framework to create simple pages to register games in a kind of online library.
Updated 5 months ago

GameLib

This project was developed to study the use of the Python language in web development. Using the Flask framework to create simple pages to register games in a kind of online library.

Requirements

Python and MySQL

How to run Locally

Clone the project

  git clone https://github.com/notyourpedroo/gamelib-flask.git

Go to the project directory

  cd gamelib-flask

Create a virtual environment and activate it

  python -m venv your_venv_name

  (MacOS and Linux) source your_venv_name/bin/activate
  (Windows) your_venv_name/Scripts/Activate

Install dependencies

  pip install -r requirements.txt

Run the script to create and populate the database

  python create_db.py

Finally, run the project

  python gamelib.py

Authors

Tags libraries