-Jonathan Jian -Aaron Dean -Jake Luton -Alex Wein
Some usage instructions
- Node 6.4.x
- Redis 2.6.x
- Postgresql 9.1.x
- etc
- etc
To set up Database:
- Install postgres using the following commands, with homebrew installed: brew update brew install postgresql
- To start a postgresql server, run the following command in its own terminal tab. postgres -D /usr/local/var/postgres start
- To run the schema file and generate the database, run the following command from the Venmoo root directory: psql -f ./database/schema.sql postgres
- To open the postgres shell and directly manipulate the database, enter the following from the command line: psql postgres
A cheatsheet of psql commands can be found here: http://www.postgresonline.com/downloads/special_feature/postgresql83_psql_cheatsheet.pdf
From within the root directory:
npm install -g bower
npm install
bower install
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.