Need to figure out how to generate API token for a developer.
Goal: Clone and go... Make a no configuration environment for development work.
Thoughts:
- detailed instructions on how to manually generate JWT using jwt.io website
- node function to generate token on Docker startup
- node function to configure Docker-compose when token not found
- setup mockup for development that doesnt need API token
- Or propose a solution...