cd backend
- Run
bundle install
to install dependencies - Update
config.database.yml
with the database, username, and password - Run
bin/rails db:reset
to create, load and seed the database - Run
bin/rails server
to start the server
- ruby 3.x
- rails 7.x
- pg 10x
- rack-cors
- faraday