Skip to content

MatrixV01/ILikeThisThing

 
 

Repository files navigation

ILikeThisThing

This is a thing. And I like it! https://ilikethis.herokuapp.com/

Team

  • Product Owner: Natalie
  • Scrum Master: Justin
  • Development Team Members: Brad, Julia

Table of Contents

  1. Usage

  2. Requirements

  3. Development

  4. Installing Dependencies

  5. Tasks

  6. Team

  7. Contributing

Usage

Some usage instructions

Requirements

  • Node 5.5.0
  • Postgresql 9.5.x
  • Express ^4.13.4

Development

Installing Dependencies

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

About

It is a thing. And I like it!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.3%
  • HTML 24.5%
  • CSS 1.1%
  • Shell 0.1%