Supercharged Photo Album
- Product Owner: Ciaran Conners
- Scrum Master: Patrick Tang
- Development Team Members: James Quillin, Sheena Ramirez
Some usage instructions
- Node 3.x
- Mongod 3.2.13
- Webpack
- Bower
From within the root directory:
sudo npm install -g bower
npm run bundle
npm run start-dev
- 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.