Dash App Template
Uses python and react to build a flask app with a front end
You will need to run pip install -r app.requirements.txt to get the necessary libraries to run the app. We can add more obvi
To run the app locally run python app/index.py
This is a multipage app with an API that is accessable with normal curl [or whatever] requests
Checkout /ping and /version for examples of the API
See if you can find the hidden page!
Need to add in auth maybe? Need to add in unit tests
PS dont worry about the .codesandbox stuff, its for a little IDE that I use on the iPad which lets me run the code in a little docker container. Its basically nonsense out side of that context. Feel free to test out codesandbox though, I think they have a web UI. I am managing with the free version. There is also the ability to code on your phone as well!