Skip to content

hrr24-gallifrey/chobi

Repository files navigation

Chobi

Supercharged Photo Album

Team

  • Product Owner: Scott Rudiger
  • Scrum Master: Kenneth Marshall
  • Development Team Members: Kevin MacFarlane, Placid Rodrigues

Table of Contents

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

Usage

Some usage instructions

Requirements

  • Node 3.x
  • Mongod 3.2.13
  • Webpack
  • Bower

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm run bundle

Start nodemon

npm run start-dev

Legacy Group Instructions

  • Sign up for a Cloudinary API key
  • Create a mongoose URI
  • Create a config-env.js file in server/lib/ and enter credentials, e.g.:
exports.cloudinary = {
  NAME: '',
  API_KEY: '',
  API_SECRET: '',
};

exports.mongooseUri = 'mongodb://localhost/example';

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •