Микросервис Ads для курса Ruby Microservices.
- Ruby
2.6.6
- Bundler
2.1.4
- Sinatra
2.0.0
- Sequel
5.32.0
- Puma
4.3+
- PostgreSQL
9.3+
- Склонируйте репозиторий:
git clone git@github.com:psylone/ads-microservice.git && cd ads-microservice
- Установите зависимости и создайте базу данных:
bundle install
createdb -h localhost -U postgres ads_microservice_development
bin/rake db:migrate
createdb -h localhost -U postgres ads_microservice_test
RACK_ENV=test bin/rake db:migrate
- Запустите приложение:
bin/puma
bin/console
bin/rspec