This is a thing. And I like it! https://ilikethis.herokuapp.com/
- Product Owner: Natalie
- Scrum Master: Justin
- Development Team Members: Brad, Julia
Some usage instructions
- Node 5.5.0
- Postgresql 9.5.x
- Express ^4.13.4
From within the root directory:
npm install
- npm install will run bower install after npm completes
To install Postgresql and start up local db server:
brew install postgresql
postgres -D /usr/local/var/postgres
createdb ilikethis_dev
See this blog post for more information on setting up postgresql. If the database needs to be dropped run dropdb ilikethis_dev and then recreate
You will need an API key for GiantBomb (game api).
Google Books and OMBD (IMDB's api) are the other two apis and do not require apiKeys