Skip to content

JARVIS-VOVA/infumable-english

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infumable English

CircleCI codecov

Infumavle Englist is easy program for quick study english words

Additional links

Take names colors for css from http://chir.ag/projects/name-that-color

Swagger http://localhost:3000/api-docs/index.html

Figma https://www.figma.com/file/WoyEEo8LBPl67Wf5YL7NzT/Infumable-English

Quik start

Setup

  git clone git@github.com:JARVIS-VOVA/infumable-english.git && cd infumable-english

Create web/.env

  cp web/.env.example web/.env

Create *.key

  echo -n '7728f22957c_8b9ad2966a1568bdbcba' >> api/config/master.key
  echo -n 'd3_fa0c205928111_978f6025d392ed7' >> api/config/credentials/development.key
  echo -n '80b53bad_45af4dc1af4dabdb7051714' >> api/config/credentials/production.key
  echo -n 'd62b5cfbb14a117d1f46_cb040d1d468' >> api/config/credentials/test.key

Testing, lintering and rswag

  rubocop && fasterer && rspec spec
  rails rswag # update rswag

Deploy

Credentials

  EDITOR=vi bin/rails credentials:edit -e production
  Rails.application.credentials[Rails.env.to_sym][:db][:user]

Api created with command

  rails new . --force --database=postgresql --api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages