Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 379 Bytes

File metadata and controls

22 lines (13 loc) · 379 Bytes

README

Requirements:

  • pg_trgm extension

    • to install in ubuntu sudo apt install postgresql-contrib
  • postgresql

Setup instructions:

  • bundle install
  • bundle exec rake db:create
  • bundle exec rake db:migrate

To generate swagger docs:

  • bundle exec rake rswag:specs:swaggerize
  • API documentation can be found in localhost:3000/api-docs after running the server