Skip to content

mamertofabian/SpaceLaunches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceLaunches

A sample solution that shows how to connect to another API using ASP.NET API Controller

This will pull the next 5 space launches from the public API of https://launchlibrary.net/ Another page can display some details of 5 rockets with the wiki links and thumbnail pictures with links to the full-sized picture of the rocket.

Although the public API can be consumed directly, the frontend is calling the internal API which in turn calls the public API, process it and then send the result back to the UI.

This project uses the following technologies:

  1. C#
  2. ASP.NET Core 2.1
  3. Angular 7
  4. Bootstrap 3

Here are some screenshots.

Showing the next 5 launches

image

Showing 5 rockets with image

image

About

This sample solution shows how to connect to another API using ASP.NET API Controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors