Flask-based Web Bookmarks Manager (Concept)

control 505da353a2 adding Piplock for Production há 3 anos atrás
app f97080b15f Flushed DB, added Pipfile.lock, DO NOT OVERWRITE há 3 anos atrás
Pipfile 113b9c68d8 add há 3 anos atrás
Pipfile.lock 505da353a2 adding Piplock for Production há 3 anos atrás
main.py 46ac40cfb6 initial commit há 3 anos atrás
readme.txt f6014a23cf Non Pip lock, just plain install now há 3 anos atrás

readme.txt

Hometab is a Python Flask Application

It requires
- Python version 3.9
- Pip (Python Package Manager) via Apt
- Pipenv (Python Environment Manager) via Apt

Installation
- $ git clone https://lab.raqnet.org/control/hometab
- $ cd hometab/
- $ pipenv shell --python 3.9
- $ pip install flask flask_login SQLAlchemy Werkzeug flask_sqlalchemy
- $ python3 main.py

When finished, remember to exit out of the pipenv environment with
- $ exit

Usage
- Navigate to 127.0.0.1:5000 in the web browser