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
cd
to/config
- copy and rename with
.js
extension:db.template
,keys.template
,oauth.template
,s3.template
- fill out empty fields
- Install server dependencies
cd
to/
npm install
- Install client dependencies
cd
to/client
npm install
- Start dev server
cd
to/
npm start
- Open a browser and navigate to
localhost:3000
- Run webpack to bundle files
npm run bundle
NOTE: After bundling you can not directly run your app locally. You must run your app from the root directory of a server.