Skip to content

d-otis/rate-your-landlord-backend

Repository files navigation

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

About

An MVP for rating your landlord and their properties (backend API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published