This repo contains the source code used to host www.roman015.com. Currently in it's third iteration, which is implemented using .Net 5 and Blazor (Web Assembly).
NOTE: All source code related to the roman015 website has been moved into https://github.com/roman015-com
The three components of the current iteration is kept in three branches:
- HomePage
- Blog
- Roman015API
These are currently hosted using Azure & Digital Ocean's App Platform with HomePage and Blog as static sites in Azure and Roman015API as a docker app in Digital Ocean.
Older Versions of this website are hosted in the following repositories:
Unlike the other versions, everything was placed inside one single branch with the components in separate folders. The source code can be found in https://github.com/roman015/roman015.com/tree/2.0
This has 3 main components in three different folders, "www" contains the main website, "blog" contains the blog and "worker" contained code for a Discord Bot that is no longer in use.
-
https://github.com/roman015/ServerFrontEnd This contains the code for the frontend made in ASP.NET Core
-
https://github.com/roman015/ServerCode This contains the code for the Proxy Server using .Net Core
-
https://github.com/roman015/ServerAPIs This contains the code for the rest APIs using .Net Core