- Ruby version : 2.7.2
- Rails Version : 6.1.4
- Docker
$ docker-compose up
$ docker-compose run web rake db:create db:migrate db:seed
$ docker-compose run web rspec
gem install bundler && bundle install
rake db:create db:migrate && rake db:seed
rails s
RAILS_ENV=test rake db:create && RAILS_ENV=test rake db:migrate
rspec
- source language code and target language code should be required while creating glossary.
- Only language codes allowed that are contained in the csv.
- file translator_api.postman_collection.json
- Using internationalisation gem I18n for translating application to a single custom language.
- Using swagger for API documentation.
- Use Faker for creating fake random test data.
- Can use serializers for custom API responses.