Making traveling a community
- Our program allows users to create their trip itineraries and have other people edit them
- When traveling to a different state or even country, people can recieve feedback on what places to visit, which hotel to stay in, or where to rent a car from.
- PHP
- We Used PHP for most of the back end. PHP was used to display the databases we created on postgreSQL.
- PostgreSQL
- PostgreSQL was used to manage databases and tables. Using these we are able to take input as well as display.
- HTML CSS
- HTML and CSS was used to make all of the front end.
- Flask
- Flask was used in order to allow users to interact with the databases and use the "Create" part of our website.
* You will first need to install a variety of softwares include postgreSQL, Flask, and SQLAlchemy
* Create the databases inside of the shell provided by postgreSQL
* Download the files under CommunityTravel. This will be a part of the backend in which the user will interact with the databases
* Download the MetaScape folder to recieve all the front end as well as portions of the back end. Through this, you can open a localhost and view the website.
* We have comments across our code instructing potential users how to use the code and implement it into their own application
- You can contribute by commiting changes to our code on Github!!
- We have an MIT license! Please refer to the license page on this repostory.