Skip to content

wandyer/spring-react-heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot + React - Heatmap

This project is an application for creating residents and visualizing them on a heatmap using Java, Spring Boot, React and Google Maps API.

The Spring Boot API project files is located under the '/api' directory. The React App project files are located under the '/react-app' directory.

Getting Started

Requirements

For building and running the application you need:

Clone

To get started you can simply clone this repository using git:

git clone https://github.com/wandyer/spring-react-heatmap.git 

Run

API:

To start the Spring Boot API, launch a Terminal and run from the api root folder:

mvn spring-boot:run

The API endpoint will be available on http://localhost:8080/api

Frontend:

To run the React frontend app, run from the react-app root folder:

npm start or yarn start

The app will be available on http://localhost:3000

Configuration

Database:

The database used is MySQL it's url and credentials can be configured on the properties file: /api/src/main/resources/application.properties

Google:

Create a Google API Key and replace REACT_APP_GOOGLE_API_KEY on /react-app/.env.

About

Spring Boot and React app for adding homes and displaying them on a heatmap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors