Skip to content

VulcanHRR24/chobi

 
 

Repository files navigation

Chobi ver. 2

Supercharged Photo Album

Team

  • Product Owner: Ciaran Conners
  • Scrum Master: Patrick Tang
  • Development Team Members: James Quillin, Sheena Ramirez

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

Contributing

  • 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';

See CONTRIBUTING.md for contribution guidelines.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • HTML 8.0%
  • CSS 6.1%