Skip to content

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

License

Notifications You must be signed in to change notification settings

daronenko/dotfile-sharing-service

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages