Skip to content

mediafellows/bikeshop

Repository files navigation

Bikeshop

Bikeshop is a Ruby on Rails application implementing an API for managing a bicycle shop.

Prerequisites

  • Ruby 3.3
  • Rails 7.2
  • PostgreSQL

Installation

  1. Clone the repository:

    git clone https://github.com/mediafellows/bikeshop.git
    cd bikeshop
    
  2. Install dependencies:

    bundle install
    
  3. Set up and seed the databases:

    bin/rails db:setup
    

Testing

Run the test suite with:

bin/rspec

About

applicant interview code test repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages