Skip to content

This is an App that will show a list of Jokes. Using GoLang, Gin and React

Notifications You must be signed in to change notification settings

cesarcedanov/joking_around

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joking_around

This is an App that will show a list of Jokes. Using GoLang, Gin framework, authenticate with Auth0 + JWT and React

This repo contains the code samples for the Learn more about GoLang and Gin Framework article.

Setup

  1. Update the main.go file with your Auth0 Credentials. Sign up for an account for free if you don't have one.
  2. Update the views/app.jsx file with your Auth0 Credentials.
  3. Add http://localhost:3000 to your Allowed Callback, and Allowed Logout URL's in your Auth0 Management Dashboard.
  4. Run mv .env.sample .env and update with valid credentials
  5. Source the environment variables - source .env
  6. Update dependencies go get
  7. Launch the application by running go run main.go
  8. Navigate to localhost:9000 to view the application

Author

Cesar Cedano V

License

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

About

This is an App that will show a list of Jokes. Using GoLang, Gin and React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published