void4 / lazyweb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazyweb

The laziest way I found so far for creating custom web apps

image preview

Tested with Python 3.9.12

Download

git clone https://github.com/void4/lazyweb.git

Install dependencies

cd lazyweb
python -m pip install -r requirements.txt

Run

python main.py

Used libraries

  • Backend: Python's Flask (a web framework) and Dataset (a high level SQLite database framework)

  • Frontend: Javascript's Vue (a framework for building user interfaces, in standalone script configuration) and Axios (a high level interface for getting new data from the server without having to reload the page)

Recommended tools

DB Browser for SQLite (for manual database.db inspection)

About


Languages

Language:JavaScript 98.6%Language:Python 0.9%Language:HTML 0.5%