README
A web app was built using Rust, the Axum framework, Postgresql database, and the NASA Image API. The app allows a registered user to search for images by keyword from NASA. By default the NASA API returns the top 100 matching results and didn’t require a developer key. Thumbnails of the 100 images are displayed. …