Skip to content

void4/lazyweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages