japinol7 / poetry-lib-explorer

Poetry Metadata Explorer using Flask and SQLAlchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poetry Library Explorer

This is a very simple Poetry Library Explorer. Its purpose is to be used as a Flask + SQLAlchemy example.

Objective: Make a very simple Poetry Library Explorer using flask and SQLAlchemy.
Title: Poetry Library Explorer
program: poetry-lib-explorer
version: 0.0.2
author: Joan A. Pinol
author_nickname: japinol
author_gitHub: japinol7
author_twitter: @japinol
Python requires: 3.11 or greater.

Screenshots









Starting with version 0.0.2 you can export the poetry data to Excel




To make this web server app to work in your local environment

Do this:
    1. Clone this repository in your local system.
    2. Go to its folder in your system.
    3. $ pip install -r requirements.txt
    4. $ flask run
    5. Open the website indicated in the console in your browser.
       Example: http://127.0.0.1:5000/
    6. To have some demo data, the first time you must import the poetry data into the database:
       6. 1. Press the [Poems] button
       6. 2. Press the [Show/Hide Import Form] button
       6. 3. Press the [Import data] button
       6. 4. Note: Once the poetry data is loaded into the database, you do not have to import it again.

About

Poetry Metadata Explorer using Flask and SQLAlchemy

License:MIT License


Languages

Language:Python 63.1%Language:HTML 32.9%Language:CSS 4.0%Language:Shell 0.0%