Skip to content

Mike-Dunton/go-echo-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-echo-vue

go-echo-vue is a self-directed educational exercise for myself with the purpose of:

  • becoming familiar with the vue client side framework
  • learn oauth2 login flow
  • Refreshing the golang knowledge
  • Learning the echo golang web framework

Environment Variables

The following environment variables are required

GOOGLE_APPLICATION_CREDENTIALS="
TODO_SQL_USER=""
TODO_SQL_PASSWORD=""
TODO_SQL_DATABASE=""
TODO_SQL_CONNECTION_STRING=""
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
SESSION_SECRET=""

The following environment variables are optional

DEBUG="anyValueTurnsDebugON"

References

These references listed are in no particular order.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published