Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 482 Bytes

README

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

Things you may want to cover:

  • Ruby version 2.6.5

  • Rails version 5.2.0

  • Create application.yml file inside config folder like sample_application.yml

  • Database : Postgres

  • Database creation :

    Create database.yml file inside config folder like sample_database.yml Run rails db:setup

  • Import merchants :

    Run rake import:merchants

  • Run rails server