Skip to content

Dive log tracking app using Java PostgreSQL and React.js

Notifications You must be signed in to change notification settings

KyleJohnst/DiveLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiveLogger

Dive log tracking app using Java, PostgreSQL, and React.js and google charts.

Goal

This app is a side project to build on and develop my skills accross the full stack.

Plans

  • Implement google charts to visualise data.
  • Build in location access for easy long/lat capture.
  • CSS that is mobile friendly.
  • Allow photos to be stored.
  • Login page and individual profiles on the DB.

Super future plans

  • Implement some kind of AI/Machine learning (Not sure yet about this)

Running the app

Clone the repo to your local machine.
Install dependencies

npm install

Start the API by running DiveLoggerApplication in IntelliJ or similar the API runs on localhost:8080.
Kick off the front end by running npm start in console and then heading over to localhost:3000 on your browser.

Releases

No releases published

Packages

No packages published