A pretty complicated website that I made for a university project. It's a website where you can store sets of pictures as "memories". It runs on three servers, a PHP Apache Server that serves the client, a MSSQL Express Server for the databse, and an ASP.NET Core Web Api server that handles requests from the PHP server and manages the database with authentication and authorization. It came out pretty complicated but im happy with the result.
Front-End PHP Repo
Back-End .NET API Repo