Adventurous is a location-aware iOS mobile and web app for travelers to recommend local activities to friends.
Product & Engineering Team: Jenna Vuong, Andrew Lloyd, Tritia Timmins
- Tech Stack
- Installing Dependencies
- Contributing
npm install
Start with webpack-dev-server (port 8080):
npm start
Start with express server (PORT optional, defaults to 3000):
mongod (start in a separate terminal)
PORT=4568 NODE_ENV=production npm start
View:
browse to localhost + port (e.g. localhost:8080 etc.)
React
React Router
Webpack
Web Fonts
Express
Mongoose (ORM)
MongoDB (mlab)
Axios
deployed on Heroku
React Native
mobile device: geoloc, react-native-camera
Bootstrap
(planned) - Mocha/Chai
(probably) - Less
(maybe) - server-side rendering