Skip to content

Wolfie-Home/webserver2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install dependancies

$ ./install.sh

database

$ cd tools  # user must run tools program in the directory.
$ python3 db_clean_tables.py
$ python3 db_create_default_data.py
$ python3 user_login_test.py

Run

python3 runserver.py

Run the server in background

chmod -x runserver.py
nohup ./runserver.py > log.txt &

About

IFTTT-like web server that connects IoT devices, written in Python Flask and ReactJS

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors