Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 550 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 550 Bytes

Rate Your Landlord (Rails API backend)

Frontend here

Install

  1. bundle install all gem dependencies
  2. rails db:create to create the Postgres database
  3. then run psql -d rate_your_landlord_backend_development -c 'CREATE EXTENSION pgcrypto' in your command line to enable use of Postgres extensions that creates uuids instead of integer database primary keys (change your database name in this command if necessary)
  4. rails db:migrate to create all necessary tables