Skip to content

d-otis/rate-your-landlord-backend

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
 
 
log
 
 
 
 
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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