Web Server

I use the Python library Flask to build a web server that stores the messages and contact information submitted on the Contact page of this website. After a message is submitted in the browser, it is sent to the server side and is stored in a database.

I deployed the web server on Python Anywhere. You can see the code here.

Website Overview