Tript is a project created as part of the General Assembly Immersive in Sydney, in collaboration with fellow classmates Chris (https://github.com/Chrispy1987) & Sid (https://github.com/sid-s1). The original repo used for the collaboration is at https://github.com/sid-s1/Travel-App.
Tript is a digital travel diary, allowing you to save details of all your favourite trips, activities & hotels. You can also search trips posted by other users allowing you to find new and exciting places to go.
You can find the Tript at https://ga-tript.herokuapp.com/.
Tript is a single page application built in node.js using the Expressjs framework, hosted by Heroku. The app uses the following node.js packages:
axios bcrypt connect-pg-simple dotenv express express-session pg
We built our wireframes on figma.com and our database design on creately.com.
Some of our original designs are below:
And here is our database design:
We used two sets of Google APIs, Google Place Autocomplete and Google Places. The autocomplete api allows us to search for all activities & businesses around the world, and the Places API allows us to get the details of the places to store within our databases. More information on those APIs here: https://developers.google.com/maps



