Skip to content

Gyanmaurya/geo-data-app-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published