dotfile sharing service that I created as homework for the course "Internet programming languages" at the cs6 department of bmstu
- Install gems:
bundle install- Apply migrations:
bin/rails db:migrate- Run server:
bin/rails s -p 3000- Enjoy the service on
localhost:3000
Run unit and integration tests (from root):
bundle exec rspec ./spec
