GitXplorerGitXplorer
v

coffee-pot-mobile

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
df0e75b22a0c66e18ccb5fa40c3fbaae9dd57ac5

Update README.md

vvirtual committed 7 years ago
Unverified
ac4c2b8999ab966b3d97cf1470bd49c6a243d3ca

update user login and signup header

vvirtual committed 7 years ago
Verified
60e25eeed989177c8e27327489b825baf6b9ba5d

Merge pull request #5 from virtual/bbalconi

bbbalconi committed 7 years ago
Unverified
4508e3cc8670dc5873fa288586dec5b806791b14

Merge branch 'master' of https://github.com/virtual/coffee-pot-mobile into bbalconi

bbbalconi committed 7 years ago
Unverified
b723828d212e722be35f3522b39641423cf941f7

update

bbbalconi committed 7 years ago
Verified
e98fbe1120105b36c400d37052396539553ef731

Merge pull request #4 from virtual/brewPlacement

vvirtual committed 7 years ago

README

The README file for this repository.

☕ Coffee Pot Pi React Native App ☕

If you've ever wanted to know how many sleepy coworkers in your office crave coffee, the Coffee Pot Pi is the answer! Set up the digital readout next to your coffee pot and watch the coffee requests "flow" in.

Development Information

Prior to running

  • Install xCode
  • npm install inside root
  • add .env file inside root directory (this should never be committed to github)
ELEPHANT_DB_USER=YOURUSER
ELEPHANT_DB_PASSWORD=YOURPASSWORD
S3_BUCKET=BUCKETNAME
ACCESS_KEY_ID=BUCKETKEY
SECRET_ACCESS_KEY=BUCKETSECRET

Running in local environment

  • nodemon server.js inside root
  • npm start inside root, i
  • react-native run-ios Run simulator on xcode