Go to file
kiliczsh ef1c99a9ff Fixed dislayed text for button actions. 2019-05-04 18:38:51 +03:00
app Fixed dislayed text for button actions. 2019-05-04 18:38:51 +03:00
bin Rails new application. 2019-05-04 10:42:31 +03:00
config Added OMDB API and display. 2019-05-04 12:08:44 +03:00
db Scaffold generated Search and WatchList. 2019-05-04 10:48:52 +03:00
lib Simple Form installed. 2019-05-04 10:47:30 +03:00
log Rails new application. 2019-05-04 10:42:31 +03:00
public Rails new application. 2019-05-04 10:42:31 +03:00
storage Rails new application. 2019-05-04 10:42:31 +03:00
test Scaffold generated Search and WatchList. 2019-05-04 10:48:52 +03:00
tmp Rails new application. 2019-05-04 10:42:31 +03:00
vendor Rails new application. 2019-05-04 10:42:31 +03:00
.gitignore Update gitignore for config/local_env.yml. 2019-05-04 12:34:12 +03:00
.ruby-version Rails new application. 2019-05-04 10:42:31 +03:00
Gemfile Gems added Gemfile: httparty and simple_form. 2019-05-04 10:44:50 +03:00
Gemfile.lock Gems added Gemfile: httparty and simple_form. 2019-05-04 10:44:50 +03:00
README.md Update README.md for installation. 2019-05-04 12:32:38 +03:00
Rakefile Rails new application. 2019-05-04 10:42:31 +03:00
config.ru Rails new application. 2019-05-04 10:42:31 +03:00
package.json Rails new application. 2019-05-04 10:42:31 +03:00

README.md

MovieListApp

  • create config/local_env.yml

  • save OMDB_API_KEY: 'somerandomcharacters'

  • bundle install

  • rake db:migrate

  • rails s