Skip to content

ilham-dev/rest-api-go-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👽 💻 Rest Api Go

You Can Explore Docs in :

  1. GORM
  2. GIN
  3. AUth JWT

How to run

1. Clone This Project

git clone https://github.com/ilham-dev/rest-api-go-jwt.git

2. First Install Package You Need

go get github.com/gin-gonic/gin
go get github.com/jinzhu/gorm
go get golang.org/x/crypto/bcrypt
go get github.com/go-sql-driver/mysql
go get github.com/dgrijalva/jwt-go

3. Create Your DB

create DB with Name go-api

4. Run This Project

go run main.go

5. You Can Test This API With Postman

import my Colection By URL https://www.getpostman.com/collections/05c236aa06147d41669d

👽 💻 Happy Code

Releases

No releases published

Packages

No packages published

Languages