Skip to content

A very simple SPA application for showing places for diving, written with Java Spring and ReactJS.

Notifications You must be signed in to change notification settings

dreamwaffer/via-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

JumPoint

VIA Semestral Project

Author: Lukáš Kotrbatý, kotrblu2@fel.cvut.cz

Description

A very simple SPA application for showing places for diving. These places are usually known just to local people, my idea is to create a collection point, where everyone can find the places near them and also add new ones.

Used APIs

Used Technologies

  • ReactJS - frontend
  • Java Spring - backend
  • PostgreSQL - database

Links

Frontend Branch
Backend Branch
Running App
Backend Documentation

Description

The Jumpoints app allows users to share their favorite places for diving. These places (JumPoints) are usually only known locally, and this application could make it easier to find these places. The application contains only basic CRUD operations, ie:

  • add a new place
  • display all places
  • update place
  • Delete a place

The application is represented by a map on which all added JumPoints are drawn. Forms (add, edit) are rendered using Bootstrap. We can also view a list of all places, sorted by browsing history on the map. Weather at specific jumpoints is updated every 30 minutes, due to limited access to weather API.

About

A very simple SPA application for showing places for diving, written with Java Spring and ReactJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages