Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.16 KB

README

Travis CI Status codebeat badge

Description:

A community for yarn art lovers, where crocheters and knitters can share their work, their patterns, thier questions and ideas.

Project state:

Under establishment.

Contribution state:

Contribution to this project will be always welcoming, however right now we need your contribution on ideas more than technical stuff.

Technical details:

Ruby version:

2.4.2

System dependencies:

  • Devise.

Configuration:

...

Database creation:

The used database is PostgreSQL so all you need is to run rails db:migrate in order to create the db.

Database initialization:

...

How to run the test suite:

bundle exe rspec

To run the project using Docker:

Make a copy of .env.example as docker.env then run docker-compose up

To run the test suite using Docker:

Connect to the app container docker exec -it yart_app_1 /bin/bash then run RAILS_ENV=test bundle exec rspec