/chameleon

Paint mix batch optimizer

Primary LanguageScala

Chameleon

Build Status Coverage Status Codacy Badge

Color mixer batch planning service

Documentation

  1. Assigment
  2. Approach
  3. Backlog
  4. Solution
  5. Algorithm
  6. API Docs
  7. Deploying

Deploy

Note: to use the deployed service, it will be necessary to add a config variable APP_SECRET (in the Settings tab), that will be used to verify the Json Web Token in eacxh request's Authorization header (Beare token). Use the same secret to sign the JWT. This project contains a CLI utility security.TokenTool to create a token from a secret key.