Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.07 KB

readme.md

File metadata and controls

48 lines (26 loc) · 1.07 KB

Geospatial App

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.

Project Structure

  • frontend/: Contains the React application.
  • backend/: Contains the Go API for handling data.

Getting Started

Prerequisites

  • Go (1.16+)
  • Node.js (14+)

Running the Backend

  1. Navigate to the backend/ directory.

  2. Run the following command to start the server:

    go run main.go
    
    
    

Frontend README (frontend/README.md)

# 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!