Skip to content

TripRecorder is a diary to save the places you visit during your trips

License

Notifications You must be signed in to change notification settings

massijay/ProgrWeb2021

Repository files navigation

TripRecorder

TripRecorder is a diary to save the places you visit during your trips.

The web interface it's written with Vue.js 3 and Bootstrap

The RESTful service is built with Java and runs in a servlet container (e.g. Tomcat)

Data is saved inside a MySQL database

Trips view

View all your trips filtering them by date in this view and click one of them to see the details

Trips View

Trip Detail View

View all the details of the selected trip, the trip path inside the map and all the places visited details

Trip Detail View

Trip Edit View

Add or update a trip, insert all details of it and all the places visited clicking on the map

Trip Edit View