Categorygithub.com/afrima/vocabulary_learning_helper
module
0.0.0-20210110165603-f926c122a75b
Repository: https://github.com/afrima/vocabulary_learning_helper.git
Documentation: pkg.go.dev

# README

Vocabulary trainer

This app tests your vocabulary with a vocabulary test. This app will also store and manage all your vocabulary.

live demo

  • user: testuser
  • password: start

How is the container executed?

Pull the Docker image or create one.

For docker pull: docker pull afrima/vocabulary_trainer

Run the Docker image with the following environment variables:

variablesfor what?
GIN_MODEset to release
dbUserdbUser
dbPassworddbPassword
dbAddressmongo DB url
tokenKeykey for the JWT signature
cookieKeySecret key to enter/decode the cookie
hostfor which host is the cookie?
securesays if the cookie should only be used for a secure connection
porton which port it is running

# Packages

No description provided by the author