Following on from today’s big announcement, let’s have a thread of open-source projects using the new App Server.
To kick us off, here’s one from our very own @alcampopiano!
It’s an example of the data tools he builds for his school district in Ontario. He’s shown us screenshots of some of these apps on this forum, and talked about his work in more detail on his episode of the Anvil podcast. Now, you can host a little example yourself:
Of course, running it locally is easy as can be:
$ git clone https://github.com/Alcampopiano/graphical_query_app
$ pip install -r graphical_query_app/requirements.txt
$ anvil-app-server --app graphical_query_app