About Me API About Me API About Me API
I made the About Me API to showcase the programs that I had made in college. I learned quite a bit about setting up a website on AWS with this project. I made the About Me API to showcase the programs that I had made in college. I learned quite a bit about setting up a website on AWS with this project. I made the About Me API to showcase the programs that I had made in college. I learned quite a bit about setting up a website on AWS with this project.
The API is a RESTful API made with Flask and Python. It is running on one singular ec2 instance. On the server I have Nginx setup as a reverse proxy to receive incoming requests and then forward them to Gunicorn acting as the WSGI server that is running the Flask application. The server is also setup to use https. The API is a RESTful API made with Flask and Python. It is running on one singular ec2 instance. On the server I have Nginx setup as a reverse proxy to receive incoming requests and then forward them to Gunicorn acting as the WSGI server that is running the Flask application. The server is also setup to use https. The API is a RESTful API made with Flask and Python. It is running on one singular ec2 instance. On the server I have Nginx setup as a reverse proxy to receive incoming requests and then forward them to Gunicorn acting as the WSGI server that is running the Flask application. The server is also setup to use https.
You can view each of the programs I have on their by either navigating in the website or making requests from a program to https://williamsmolinskijr.com/api/options to view all of the options and https://williamsmolinskijr.com/api/options/fileName where you replace fileName with the name of the file you want to request. You can view each of the programs I have on their by either navigating in the website or making requests from a program to https://williamsmolinskijr.com/api/options to view all of the options and https://williamsmolinskijr.com/api/options/fileName where you replace fileName with the name of the file you want to request. You can view each of the programs I have on their by either navigating in the website or making requests from a program to https://williamsmolinskijr.com/api/options to view all of the options and https://williamsmolinskijr.com/api/options/fileName where you replace fileName with the name of the file you want to request.
Navigate Programs Navigate Programs Navigate Programs
View Code View Code View Code