Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 348 Bytes

Time for Coffee

Raspberry Pi project to track the the coffee level in a Coffee Pot

Introduction

TODO

Development

  • To run the app locally, install mongodb. run mongo using the following command mongod --dbpath ~/data/db
  • run npm start to start the app
  • open http://localhost:3001

Deployment

TODO