A web-based application built with ASP.NET Core. The Marine Location Viewer provides a user-friendly interface to input and view marine geospatial data.
The purpose of this project is to learn and practice ASP.NET Core and related technologies.
- Input Interface: A simple form to input marine geospatial data including latitude and longitude.
- Data Display: Visual representation and listing of the marine data.
- (Planned) Mapping Integration: Visualize the provided geospatial data on a map for more intuitive insights.
- Clone the repository:
git clone https://github.com/SomthingInteresting/MarineLocationViewer
- Navigate to the project directory:
cd MarineLocationViewer
- Run the application:
dotnet run
Once the application starts, navigate to https://localhost:5097
in your browser.
- Framework: ASP.NET Core
- Languages: C#, HTML, CSS, JavaScript (For any further expansions or features)