Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 787 Bytes

File metadata and controls

23 lines (21 loc) · 787 Bytes

👽 💻 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