Skip to content

psylone/auth-microservice

Repository files navigation

Auth Microservice

Микросервис Auth для курса Ruby Microservices.

Зависимости

  • Ruby 2.6.6
  • Bundler 2.1.4
  • Sinatra 2.0.0
  • Sequel 5.32.0
  • Puma 4.3+
  • PostgreSQL 9.3+

Установка и запуск приложения

  1. Склонируйте репозиторий:
git clone [email protected]:psylone/auth-microservice.git && cd auth-microservice
  1. Установите зависимости и создайте базу данных:
bundle install

createdb -h localhost -U postgres auth_microservice_development
bin/rake db:migrate

createdb -h localhost -U postgres auth_microservice_test
RACK_ENV=test bin/rake db:migrate
  1. Запустите приложение:
bin/puma

Запуск консоли приложения

bin/console

Запуск тестов

bin/rspec

About

Auth microservice for Ruby Microservices course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages