Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1018 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 1018 Bytes

Mark 1 Gui

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

Running It

This is currently in development and not ready for production use

  1. Clone the repo to your mark 1 device git clone https://github.com/Geeked-Out-Solutions/mark1-gui.git
  2. Change to the new mark1-gui dir, cd mark1-gui
  3. Install requirements: sudo pip install -r requirements.txt
  4. Run the app, python app.py

Login Example:

login example

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

Logout button has now been implemented and will log you out.