About This Anvil App
The app in this repository is built with Anvil, the framework for building web apps with nothing but Python. You can clone this app into your own Anvil account to use and modify.
Below, you will find:
- How to open this app in Anvil and deploy it online
- Information about Anvil
- And links to some handy documentation and tutorials
Go to the Anvil Editor (you might need to sign up for a free account) and click on “Clone from GitHub” (underneath the “Blank App” option):
Enter the URL of this GitHub repository. If you're not yet logged in, choose "GitHub credentials" as the authentication method and click "Connect to GitHub".
Finally, click "Clone App".
This app will then be in your Anvil account, ready for you to run it or start editing it! Any changes you make will be automatically pushed back to this repository, if you have permission! You might want to make a new branch.
Find the Run button at the top-right of the Anvil editor:
Now you've cloned the app, you can deploy it on the internet with two clicks! Find the Publish button at the top-right of the editor:
When you click it, you will see the Publish dialog:
Click Publish This App, and you will see that your app has been deployed at a new, public URL:
That's it - your app is now online. Click the link and try it!
If you’re new to Anvil, welcome! Anvil is a platform for building full-stack web apps with nothing but Python. No need to wrestle with JS, HTML, CSS, Python, SQL and all their frameworks – just build it all in Python.
To learn more about Anvil, visit https://anvil.works.
If you are just starting out with Anvil, why not try the 10-minute Feedback Form tutorial? It features step-by-step tutorials that will introduce you to the most important parts of Anvil.
Anvil has tutorials on:
- Building Dashboards
- Multi-User Applications
- Building Web Apps with an External Database
- Deploying Machine Learning Models
- Taking Payments with Stripe
- And much more....
The Anvil reference documentation provides comprehensive information on how to use Anvil to build web applications. You can find the documentation here.
If you want to get to the basics as quickly as possible, each section of this documentation features a Quick-Start Guide.