This is a Final Project for CS358, Operating Systems. This is a flask application that is mean to help users manage their trips on a single page
It is a travel planner meant to help users keep track of things that they want to do during a trip they plan on taking. The user must create a proper login with the sign-up functionality before being redirected to the home page.
At the home page, the user has capabilities to add sections and bullet points along with editing text to their liking. Additionally, with the use of the Google Maps API, an user can search up places they will be visiting and see what is around the area.
To run the Dockerfile on localhost:
First: git clone https://github.com/Tylermui/Travel-Planner.git Second: cd Travel-Planner Third: touch Dockerfile Fourth: docker build -t travel-planner . Last: docker build -t travel-planner-app . docker run -p 5000:5000 travel-planner-app


