382e64f9bfef27601d0f1fe0d2c809a147635f16
Megan Johns Portfolio Website
Client
The React client is built using TypeScript and communicated with the Python server using http requests. Static files are generally served from Cloudinary. Though there is not currently any "auth" component to this application, it will be introduced in the future using Google Oauth2.
Server
The backend of this application is build using Python, FastAPI, and MariaDB. ORM is handled manually (for now), and dependencies are manage with Poetry.
Deployment
This application, including the database, is hosted on a Linode Ubuntu server with reverse proxying handled with NGINX. SSL is handled with certbot, and the Python server is run with systemd.
Description
Languages
Python
71.4%
TypeScript
23.6%
HTML
2.5%
CSS
2.5%