Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.18 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.18 KB

ZenBro

A web platform to maintain a healthy work day. Use the Pomodoro technique to take breaks throughout the day, increase productivity, and grow.

Team

  • Product Owner: Derek Young
  • Scrum Master: Tenzin Sonam
  • Development Team Members: David Chang

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

  • Setup your breaks for every 25 or 50 minutes
  • Receive a notification when the timer is up
  • Follow the break prompt provided
  • When the break is complete, the timer will automatically reset and countdown to the next break; you can get back to enjoying your work

Requirements

  • Node 0.10.x
  • Express
  • Mongo DB
  • Mongoose
  • Angular 1.6x

Development

Installing Dependencies

From within the root directory:

  ~ npm install
  ~ npm start

  * Download MongoDB
  * Create db user and update server/db/database.js
  * Start MongoDB ~ mongod
  * Open localhost:8000

Contributing

See CONTRIBUTING.md for contribution guidelines.