Skip to content

alfred-mirror/alfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alfred

An Internet-of-Things smart mirror built with JavaScript and Raspberry Pi - works with a client-side dashboard which pushes directly to the mirror display.

The App is on Heroku

It is recommended to use the deployed version of this app so you don't have to constantly run a local server. However, an installation guide for a local server is included below.

Installation to Run Locally

Git clone this repo and install all dependencies:

git clone https://github.com/alfred-mirror/alfred.git
cd alfred
npm install

This Alfred server saves the user's config settings into a Mongo database which you also need to start up locally (make sure you have MongoDB installed on your device).

mkdir db
mongod --dbpath=./db --smallfiles

Then start the server.

node server.js

Make sure both the client dashboard and the mirror display's servers are also running. The entire app should be now working on the client dashboard's specified port or defaults to localhost:3000.

Issues? Suggestions? Comments?

Submit an issue on GitHub.

License

MIT Licensed. For more details, see the LICENSE file.

About

Code Fellows 401 Project Week 2 - Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •