Skip to content

devkuros/MyGram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Hacktive8 Assignment Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages