Create a Python Bottle web application with MySQL and Amazon Web Services (AWS)

Опубликовано: 19 Май 2026
на канале: Coders Page
2,768
49

Deploy python applications (Bottle) on Amazon Web Services (AWS) with MySQL with one simple setup.

00:00 Introduction
00:38 Setup
03:28 Virtual environment
06:09 Install Bottle
06:19 Install mysql-connector-python
07:04 Install MySQL add-on for vscode
07:28 Connect to MySQL from vscode
08:20 Create a database
09:47 Create a table
11:50 Create the server.py file
13:26 Distinguish development and production for MySQL
18:20 Distinguish development and production to run the APP
20:18 Create routes to insert and get users
26:25 Deployment to AWS via PythonAnywhere
28:36 Create a database and table in AWS
34:10 How PythonAnywhere uses our application
38:00 See the errors and remember to re-launch the APP
40:20 Encrypt the application
41:10 Quick recap