Spending a day out on the town with friends? Well this completely sick app will save you some time by finding you the best spots, and helping to share them! Create an itinerary for easy sharing with your friends so they can see all the places on the agenda without having to bother you to see what address is next. Login, add some events and places to eat, save your itinerary and share it with the click of a button!
What's Good allows you to search eventful and yelp recommendations for events and food, and add them to your itinerary. Your itineraries are easily shared with friends so they can join you on your plans without anything other than a simple url, no matter how many places you plan to go.
- Navigate to the root folder of the app and run the terminal command "-npm install".
- Next, start the local server by running the command "node start".
- Navigate to http://localhost:3000/ to interact with the app!
The server is built using Node.js and Express, and defaults to being hosted on localhost 3000.
The app uses SQL to store the relationship between users and their itineraries, and MongoDB to store itineraries and events themselves. The SQL is handled by Elephant SQL, and the MongoDB uses M Labs.