MIT
This group project was to create a full stack application with Reactjs as the front end. We wanted to build a social traveling app that allows users from around the world to meet, talk about locations to travel to, and even plan trips together! Our MVP allows users to create an account and post to a main feed that all users can see and respond to! Deployed Heroku can be found at https://go-see.herokuapp.com/
- Show other users' information
- Profile Page – Update information
- Chat function
- API’s for planning your trip –- hotel/airline
- API's for location information -- things to do, notable places to visit
Installation: You will need to have Node installed and then run npm install
to install dependencies. To run the program locally, you can either install Nodemon or just run node server.js
. After this step, open your browser and navigate to localhost:3001
. This should display the app.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
There are no tests currently. Please make sure to update tests as appropriate.
- For further information or questions, find us on Github through our links under Collaborators!