Things people have built with the new App Server

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
7 Likes

Here’s one from me. It demonstrates how you can run a set of bots and use Anvil to display and control what they’re doing.

(And, yes, meatballs was my primary school nickname. It’s amazing how long they stick around).

9 Likes

3 posts were merged into an existing topic: Anvil-app-server --app MyTodoList error