Skip to content

Carlosdgild/pet_store_api

Repository files navigation

Pet Store API

Pet Store API exercise.

Installation

  1. Clone or download repository.

  2. Have PostreSQL 10.X (or greater) and Ruby 3.0.3 installed.

  3. Create a .env file at the root of the project with the specified values in .env.sample. Modify accordingly the values where needed

  4. Run:

    bin/setup
  5. Run tests with:

    RAILS_ENV=test bundle exec rspec
  6. You can start the API with:

    rails s
  7. You can access the Swagger docs on /api-docs

About

Pet Store API exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages