Skip to content

Build a back-end with Golang and front-end with React

License

Notifications You must be signed in to change notification settings

jinhoyoo/golang-gin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Golang app with the Gin framework, and authenticate with JWT

Based on the Build a Golang app with the Gin framework, and authenticate with Auth0 + JWT article, Implemented the example of Go back-end and React front-end. It's THE JUST PROTOTYPE OF JWT Token management in go and react.

Setup

  1. Run mv .env.sample .env and update with valid credentials.
export USER_ID="admin"
export USER_PASSWORD="14123123"
  1. Source the environment variables - source .env
  2. Pull the dependencies.
$ go mod init
$ go get 
  1. Run the project
$ go run main.go

Author

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Thanks

My colleagues, bkmoon318 and DooSikChoi.

About

Build a back-end with Golang and front-end with React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.4%
  • Go 44.0%
  • HTML 8.6%