When in Rome is a mobile-first application that seeks to offer an authentic experience by connecting local hosts with travelers. Users can sign up for an experience and join a host in their daily life - commuting, working, or having drink at the local dive bar.
Live Demo is currently down due to maintenance!
- Ben Levine
- Cy Bae
- Erick Brownfield
- Import database
- Import
config/rome.sql- Create user-specific keys and login files
cdto/config- copy and rename with
.jsextension:db.template,keys.template,oauth.template,s3.template- fill out empty fields
- Install server dependencies
cdto/npm install- Install client dependencies
cdto/clientnpm install- Start dev server
cdto/npm start- Open a browser and navigate to
localhost:3000
- Run webpack to bundle files
npm run bundleNOTE: After bundling you can not directly run your app locally. You must run your app from the root directory of a server.

