A decision making app to help you decide where you should go to on a pub hopping adventure
Hopper
About
A react based application designed to simplify the decision making process when out with friends during a pub crawl.
Any user can use the application, select where they would like to begin their trip, and have pubs be randomly given to them that are within a 1km radius of where they choose to begin their trip. Google Autocomplete, Geolocation, and Places APIs are used to provide this information to the user.
Hopper was created as a Lighthouse Labs finals project whose contributors are:
Stack
- React
- Express
- PostgreSQL
- Axios
- Sass
- Material UI
Setup
- Clone the repo
- Open /client
- Install all dependencies using
npm i
- Run on local machine using
npm start
- Localhost should open automatically, or can be opened manually through http://localhost:3000
ENV
Copy paste the following into your .env file:
- DB_HOST=localhost
- DB_USER=development
- DB_PASS=development
- DB_NAME=hopper
Acknowledgement
App was started using a boilerplate created by:
- Garrett B github