https://github.com/pyladiesams/flask-okt2019
Build a web app with Flask and host it in the cloud.
https://github.com/pyladiesams/flask-okt2019
app flask python workshop
Last synced: 11 days ago
JSON representation
Build a web app with Flask and host it in the cloud.
- Host: GitHub
- URL: https://github.com/pyladiesams/flask-okt2019
- Owner: pyladiesams
- License: mit
- Created: 2019-10-10T14:20:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T09:56:41.000Z (about 6 years ago)
- Last Synced: 2025-02-22T22:44:31.152Z (over 1 year ago)
- Topics: app, flask, python, workshop
- Language: HTML
- Homepage:
- Size: 19.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An introduction to Flask with Python Anywhere
### Level: Beginner
### Presentation: Workshop folder
## Project description
During this workshop you will learn how to build a web app with Flask and host it in the cloud with PythonAnywhere in just one hour! We will build a web app that allows you to keep a to-do list. It has the following main features:
* Add items to your to-do list
* Read the complete to-do list
* Delete items from your to-do list
Let's get started!
## Preparations:
Create a beginners account on https://www.pythonanywhere.com/registration/register/beginner/.
## Requirements
No requirements.
## Usage
1. Go to https://www.pythonanywhere.com, log in and go to your dashboard.
2. Open the workshop file 'Workshop Part I + II' in the workshop folder.
3. Follow the steps in the workshop file.
4. You will code everything yourself except for the HTML template which you can find in the workshop folder.
5. Need help? Ask your fellow Pyladies or the workshop leader!
6. Still need help? Look at the solutions folder.
7. Have fun building your own app!
## Credits
This workshop was set up by @pyladiesams and Claudia Sulsters.