Home Guard intends to build a home surveillance system using Raspberry Pi Bluemix and cloud applications.
- Rafael Melo de Oliveira
- Higor Ernandes
- Felipe Santos
- Nelson Antunes
- Guilherme Borges Oliveira
To run the app locally, please comment the following lines in the app.js file.
- cache = require('./routes/cache'),
- app.get("/cache/:key", cache.getCache);
- app.put("/cache", cache.putCache);
- app.delete("/cache/:key", cache.removeCache);