Prediction Dataset
MSFT - Microsoft Corporation
This project is a combination of three separate projects. They are as follows:
The main challenge I faced in this project was configuring the web servers on DigitalOcean DigitalOcean Droplet server to have proper SSL to ensure that the Next.js application can properly fetch data from the Laravel API. Since you are not able to make an IP address secure with SSL, and I did not want to have to purchase an additional domain, I had to find another way to make the IP address safe.
The solution I found was that I could make a subdomain of my portfolio website and point it to the DigitalOcean Droplet server. This way, developers had a trusted way to fetch data while minimizing the cost of having this project. My portfolio website is hosted on Netlify, and all I had to do was create a subdomain ‘A’ and point it towards the IP of the Droplet server.