Skip to content

A geodata app is a software application that collects, processes, and displays geographical data, often used for mapping, navigation, and spatial analysis.

Notifications You must be signed in to change notification settings

pratham1916/Geo-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Geo-Data App

Welcome to the Geo-Data App repository! Our application offers a comprehensive solution for managing and visualizing geospatial data through a user-friendly web interface. Built with cutting-edge technologies, including a Go backend and a React.js frontend, our app caters to users seeking an intuitive platform for working with GeoJSON and KML files.

Features

  • User Authentication: Secure signup and login processes to manage user accounts effectively.
  • GeoJSON and KML Management: Upload, visualize, and manage GeoJSON or KML files seamlessly.
  • Map Visualization: Utilize React Leaflet for rendering maps and displaying uploaded geospatial data.
  • Custom Shapes: Draw, save, and edit custom shapes directly on the map for personalized geospatial data management.
  • Responsive Design: A user-friendly interface that adapts to various devices, ensuring a seamless experience for all users.

How to Install and Run My Project Local System!

![Watch the Demo Video]

Project Preview

Page Preview 1 Page Preview 2 Page Preview 3 Page Preview 4 Page Preview 5

Getting Started

To get the application running on your local machine, follow these steps:

Prerequisites

  • Node.js (latest stable version)
  • Go (latest stable version)
  • PostgreSQL or SQLite

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/pratham1916/Geo-Data.git
  2. Navigate to the project directory:

    cd geo-data
  3. Install frontend dependencies and run locally:

    cd frontend
    npm install
    npm run dev
  4. Install backend dependencies and run locally:

    cd ../backend
    go run main.go
  5. Create a .env file in the backend directory and configure your database settings and other environment variables as needed.

Technologies

  • Frontend: React.js
  • Backend: Go
  • Database: PostgreSQL
  • Map Rendering: React Leaflet

Happy Mapping!

About

A geodata app is a software application that collects, processes, and displays geographical data, often used for mapping, navigation, and spatial analysis.

Topics

Resources

Stars

Watchers

Forks