
Revolutionary way to share collections of web content.
Team
- Product Owner: Jack Lu (JackTanRoo)
- Scrum Master: Andrew Brassington (jabbrass)
- Bo Liu (liubolightning)
- Daniel Streit (danielstreit)
Table of Contents
Setup the local database and run locally or deploy to an Azure instance and deployment script will run initialization tasks.
- Mysql 2.4.3
- Angular 1.2.23
- Express 4.8.6
- Node 0.10.x
Run the following command to start the local development environment:
grunt devRun the following command to run JsHint and Mocha-test suite:
grunt testFrom within the root directory:
sudo npm install -g bower
npm install
bower install####Steps to setup a local MySql database:
- Install MySQL; do not install with a password
- Go to MySQL commandline using - 'mysql -u root'
- From MySQL commandline create database called 'curates'
- Check connection details in server/dbconfig.js is correct for your particular environment. ie. use environmental url, not localhost when deploying.
- Run 'node server/dbconfig.js';
- Now your db, table schema are set up! Refer to wiki for more detailed information.
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.