Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.22 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.22 KB

Accomplish.life

Accomplish.life is a goal setter and accountability tracker for users wanting to transform their lives.

Team

  • Product Owner: Daniel Ritchie
  • Scrum Master: Eric Forsell
  • Client-Side Team Leader: Andrew Slagle
  • Server-Side Team Leader: Elizabeth Akerman

Files

Key files and folders are as follows:

Requirements

  • Auth0-lock: 10.2.2
  • Angular-jwt: ^0.1.9
  • Angular-lock: ~1.0.2
  • Angular-ui-router: ~0.3.1
  • Angularjs-datepicker: ^2.1.13
  • Angular-chart.js: ^1.1.1
  • Angular-Route 1.6.x
  • Angular-Sanitize 1.6.x
  • Body-Parser ^1.16.1
  • Express ^4.14.1
  • Grunt ^1.0.1
  • Node 6.9.x
  • Nodemon ^1.11.0
  • Path ^0.12.7
  • Sequelize ^3.30.2

Development

Installing Dependencies

From within the root directory: npm start

This will initiate the following sequence w/Grunt: npm install cd client bower install cd .. nodemon server/server.js

Any other dependency is connected via CDN

Important Accounts

-Auth0 -Amazon MySQL RDB

Project Issues Link

View the project issues here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Running Tests

Intiate the test sequence by...