This project is a full-stack geospatial application built with React and Go. It allows users to upload GeoJSON/KML files, visualize them on a map, and draw custom shapes.
- frontend/: Contains the React application.
- backend/: Contains the Go API for handling data.
- Go (1.16+)
- Node.js (14+)
-
Navigate to the
backend/
directory. -
Run the following command to start the server:
go run main.go
# Geospatial Frontend
This folder contains the React application for the Geospatial App.
## Installation
```bash
npm install
Run the frontend
npm run dev
### Conclusion
This should give you a comprehensive structure and codebase for your geospatial project. The README files provide clear instructions for setting up and running both the frontend and backend.
Feel free to customize and expand on this as needed. If you have any further questions or need additional features, just let me know!