This will be a ongoing project in flask to build a web ui for the mark 1.
Currently setup for http://mark1_ip:8080 will take you to the login page
This is currently in development and not ready for production use
- Clone the repo to your mark 1 device
git clone https://github.com/Geeked-Out-Solutions/mark1-gui.git
- Change to the new mark1-gui dir,
cd mark1-gui
- Install requirements:
sudo pip install -r requirements.txt
- Run the app,
python app.py
The username and pw for the login is taken from the config.json file. After logging in you will see something similiar to this image, I have begun to start setting up the bootstrap page to look cleaner.
Logout button has now been implemented and will log you out.