Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 432 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 432 Bytes

README

Space Station Manager is a Rails CRUD web app with hand-rolled API routes, a PostgreSQL database and feature tested with Capybara.

Local Setup

  • git clone this repo
  • cd space_station_manager
  • bundle
  • rails db:{create, migrate, seed}

DB Schema

SpaceStationManagerDBSchema