Skip to content

Latest commit

 

History

History
executable file
·
86 lines (67 loc) · 1.67 KB

README.md

File metadata and controls

executable file
·
86 lines (67 loc) · 1.67 KB

Project Name

Savor - a visual social meal-logging application

Team

  • Product Owner: Andrew Vye
  • Scrum Master: Josh Summerhays
  • Development Team Members: Brendan Pelletier, Zach Hutsell

Table of Contents

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

Usage

Some usage instructions

Requirements

  • aws-sdk: "2.3.18",
  • body-parser: "1.4.3",
  • bower: "1.7.9",
  • cors: "2.7.1",
  • express: "4.4.5",
  • express-jwt: "3.4.0",
  • fs: "0.0.2",
  • gulp: "3.9.1",
  • gulp-concat: "2.6.0",
  • gulp-jshint: "2.0.1",
  • gulp-uglify: "1.5.3",
  • jshint: "2.9.2",
  • jshint-stylish: "2.2.0",
  • mongojs: "2.4.0",
  • mongoose: "4.4.19",
  • morgan: "1.1.1",
  • multer: "1.1.0",
  • nodemon: "1.2.1",
  • request: "2.36.0",
  • underscore: "1.8.3"
  • jquery: "3.0.0",
  • jquery-bridget: "2.0.0",
  • angular: "1.5.5",
  • angular-material: "1.1.0-rc2",
  • materialize: "0.97.6",
  • angular-cookies: "1.5.0-rc.0",
  • angular-route: "1.5.0-rc.0",
  • angular-ui-router: "0.3.0",
  • angular-animate: "1.5.3",
  • angular-aria: "1.5.3",
  • angular-messages: "1.5.3",
  • angular-material-icons: "0.4.0",
  • ng-dialog: "0.6.1",
  • underscore: "1.8.3",
  • ng-file-upload: "12.0.4",
  • ng-img-crop: "ngImgCrop#0.3.2",
  • masonry: "4.1.0",
  • angular-masonry: "0.16.0"

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.