diff --git a/README.md b/README.md index 079894e..579f86d 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,12 @@ Password: adminadmin The user data folder is located at DashMachine/dashmachine/user_data. This is where the config.ini, custom backgrounds/icons, and the database file live. A reference for what can go into the config.ini file can be found on the settings page of the dashmachine by clicking the info icon next to 'Config'. ### Note -If you change the config.ini file, you either have to restart the container (or python script) or click the 'save' button in the config section of settings for the config to be applied. Pictures added to the backgrounds/icons folders are available immediately. \ No newline at end of file +If you change the config.ini file, you either have to restart the container (or python script) or click the 'save' button in the config section of settings for the config to be applied. Pictures added to the backgrounds/icons folders are available immediately. + +## Tech used +* Flask +* SQLalchemy w/ SQLite +* Jinja2 +* Materialize css +* JavaScript/jQuery/jQueryUI +* Requests (python) \ No newline at end of file