Rails Engine is an Rails application (Rails v 5.1.6.1) to deliver information for it database in Json format.
- Fork and Clone repo
- Run a bundle
- Create the database and run the migrations
rake db:{create, migrate}
- 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.