Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 544 Bytes

MyGram

Hacktive8 Assignment Final Project

How to Run

you can install dependencies using go mod tidy or one by one,

  • install dependencies go get
    • go get -u gorm.io/gorm
    • go get -u github.com/gin-gonic/gin
    • go get -u github.com/golang-jwt/jwt
    • go get -u github.com/asaskevich/govalidator
    • go get -u golang.org/x/crypto

Local Run

go run main.go

Documentation API

You can read documentation for this repo using this link here!