Skip to content

6kites/6kites-assessment

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

SETUP INSTRUCTIONS

  1. Go to http://www.omdbapi.com/ and obtain a new API KEY (http://www.omdbapi.com/apikey.aspx)
  2. Copy the file .env.example from the repository to .env
  3. Edit .env and replace [YOUR-OMDB-API-KEY] with the API KEY you obtained from omdbapi.com
  4. Run bundle install
  5. Run rake db:migrate, development version will run using sqlite3 (make sure you have this installed, should be installed by default on most Mac environments)
  6. Run rails server (or user rails server -p PORT for a different port
  7. Navigate to http://localhost:3000 in your browser (use the port you used above)

About

6kites Code Assessment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published