Dive log tracking app using Java, PostgreSQL, and React.js and google charts.
This app is a side project to build on and develop my skills accross the full stack.
- 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.
- Implement some kind of AI/Machine learning (Not sure yet about this)
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.