Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 350 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 350 Bytes

Backend README

Setup

  1. cd backend
  2. Run bundle install to install dependencies
  3. Update config.database.yml with the database, username, and password
  4. Run bin/rails db:reset to create, load and seed the database
  5. Run bin/rails server to start the server

Dependencies

  • ruby 3.x
  • rails 7.x
  • pg 10x
  • rack-cors
  • faraday