SpaceFlight News App (from private repository)¶
Spaceflight News App is a website created to showcase my developer skill sets. Details are written below about the project, from its creation.
The live project operates at https://www.rh-snapi-site.com/.
Home Page

Articles

APOD

About

Below is an archive version of this repository
7-1-2024 Update¶
This site is now live! This code repository serves to host the previous iteration of the site’s live code. Today the code and code stack are very different and are not open source. The site, however, is available for public viewing and querying the database.
Features¶
This is a blazor web application using:
Components implementation using razor syntax (C#, HTML, CSS, CSHTML)
Multi-project solution developed in Visual Studio
ASP.NET API endpoint:
Article fetch at /spaceflightAPI/articles
APOD fetch at /spaceflightAPI/apod
Bootstrap CSS
C# MVC
JSON file (Backend)
API fetches of article data in JSON format (see Server/Services/JsonFileFetchService.cs) provide the content used in the web assembly page
