Supercharged Photo Album
- Product Owner: Scott Rudiger
- Scrum Master: Kenneth Marshall
- Development Team Members: Kevin MacFarlane, Placid Rodrigues
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';
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.