Skip to content

🚀 RAILS | API | challenge for 'estante virtual'

Notifications You must be signed in to change notification settings

RenatoRosaFranco/cob_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Ruby version

3.0.2

Install RBENV

sudo apt install rbenv

Install Ruby with RBENV

rbenv install 3.0.2
rbenv local 3.0.2

Rails version

7.0.6

System dependencies

bundle install

Configuration

docker-compose build --no-cache
docker-compose up # scale dev environment
docker-compose down # remove dev environment

Database creation

rails db:create

Database initialization

rails db:migrate

How to run the test suite

bundle exec rspec -fd spec/
bundle exec rspec -fd spec/folder/
bundle exec rspec -fd spec/folder/file
bundle exec rspec spec/

Inspect Project code quality and better_practices

rails_best_practices .
rubycritic .
rubocop .

Releases

No releases published

Packages

No packages published