Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 819 Bytes

README.md

File metadata and controls

55 lines (34 loc) · 819 Bytes

Dotop

dotfile sharing service that I created as homework for the course "Internet programming languages" at the cs6 department of bmstu

Contents

Images


Installation

MacOS & Linux

  1. Install gems:
bundle install
  1. Apply migrations:
bin/rails db:migrate
  1. Run server:
bin/rails s -p 3000
  1. Enjoy the service on localhost:3000

Testing

Run unit and integration tests (from root):

bundle exec rspec ./spec