Skip to content

Joojo7/user-athentication-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build user authentication in Golang with JWT and mongoDB

A simple Golang backend application that demonstrates the use of JWT tokens for users.

Running Locally

Setup your .env file locally to hold the port and the DB connection string

$ git clone https://github.com/Joojo7/user-athentication-golang.git
$ cd user-athentication-golang
$ go build -o new -v 
$ ./new

The application should be available and running on localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages