Skip to content

FilipRudy/watch-connoisseur

Repository files navigation

Rails Logo Rails Logo

Description

WatchConnoisseur is a compact API which I developed for a recruitment task at one of my target companies. It supports JWT authentication and Pundit authorization, enabling users to effortlessly add and manage their watch collections.

Installation

  • Clone the repository
git clone https://github.com/FilipRudy/WatchConnoisseur.git
  • Run bundle install
$ bundle install
  • Purge and create database
$ rails db:purge db:create db:migrate
  • If needed load schema
$ rails db:schema:load

Running the app

  • Run rails s
$ rails s

Running tests

  • Run rspec
$ rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages