IoT23_webserver

Webserver and Databases

Handout for Presentation on Webservers and DB for IoT Class (Fall 2023) at KIT. (2023-11-06)
(Done by Denis Maric & Philipp Mayer)

Webserver Demo

For our Webserver Setup Demo we showed you some of the Guides from this Repo:
https://github.com/codingforentrepreneurs/Pi-Awesome
(This also contains a lot of helpful information on using the Raspberry Pi)

1. Nginx Setup:
Follow these instructions to install Nginx.
(Only step 1 and 2 neccessary, configuration will be done in the next step)

2. Flask and Python:
The follow this Flask and Python Tutorial

…Now you have a basic Python Based Webapp :)

Example for REST API Documentation with Swagger:

https://petstore.swagger.io/

Presentation File can be found here:

https://github.com/phmayer/IoT23_webserver/blob/main/IoT_Web_server_fall2023.pptx