Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.33 KB

Mood Tracker

An app that allows you log your mood everyday throughout your Hacker School experience.

Usage

The app is live here: https://hs-mood.herokuapp.com.

If you want to run it locally, clone this project and install dependencies:

npm install

You need to first change Hacker School's clientId configuration in app.js to allow localhost.

$authProvider.hackerschool({
	clientId:'be72cf30fe7fb456a522fd3638a4d006d93f4896cf63f34c1d42f26c3985cd81'
});

Then start the server and visit the app at http://localhost:3000/

node server.js

Note that you need to be a Hacker Schooler to log in.

Demo

daily-log