Bikeshop is a Ruby on Rails application implementing an API for managing a bicycle shop.
- Ruby 3.3
- Rails 7.2
- PostgreSQL
-
Clone the repository:
git clone https://github.com/mediafellows/bikeshop.git cd bikeshop
-
Install dependencies:
bundle install
-
Set up and seed the databases:
bin/rails db:setup
Run the test suite with:
bin/rspec