API на RoR для новой версии "Контракты и контрагенты"
-
Ruby version 2.7.3
-
System dependencies
-
Configuration
bundle install
-
Database creation
rails db:create RAILS_ENV=development (test, production)
-
Database initialization
rails db:migrate RAILS_ENV=development (test, production) rails db:seed RAILS_ENV=development (test, production)
-
How to run the test suite
bundle exec rspec
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions