/rails_engine

Solo Project for Mod 3 Turing School

Primary LanguageRuby

README

Rails Engine

Rails Engine is an Rails application (Rails v 5.1.6.1) to deliver information for it database in Json format.

Instalation

  1. Fork and Clone repo
  2. Run a bundle
  3. Create the database and run the migrations
rake db:{create, migrate}
  1. Run the following rake task to populate the database
rake import:seeds

note: While the rake task is running it will display how many entries has been created in the db.