Skip to content

hiprofessional/qr-tickets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Tickets application

This application allows to create user accounts, sign in, and generate QR codes.

Application uses:

  • Go - for backend code
  • PostgreSql - as database
  • JWT - for authentication

Backend dependencies:

go get github.com/badoux/checkmail
go get github.com/jinzhu/gorm
go get golang.org/x/crypto/bcrypt
go get github.com/dgrijalva/jwt-go
go get github.com/gorilla/mux
go get github.com/jinzhu/gorm/dialects/mysql" //mysql
go get github.com/jinzhu/gorm/dialects/postgres //postgres
go get github.com/joho/godotenv
go get github.com/skip2/go-qrcode

You can run server using comand:

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published