Skip to content

beego-blankapp is a beego based template with some libs integrations.

License

Notifications You must be signed in to change notification settings

mef13/beego-blankapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beego-blankapp

beego-blankapp is a beego based template with some libs integrations.

Tech

  • Authorization based on beego sessions
  • Passwords hashed by bcrypt
  • ReactJS
  • Websocket
  • Casbin
  • Sentry for Go

Installation

go get github.com/astaxie/beego
go get github.com/casbin/casbin
go get golang.org/x/crypto/bcrypt
go get github.com/gorilla/websocket
go get github.com/getsentry/raven-go

Authorization

Users and hashed password in conf/users.conf.

Get hash from new password:

$ go run helpers/bcrypt/bcrypt.go newpassword

Todos

  • Add Sentry for React
  • Save users in PostgreSQL

About

beego-blankapp is a beego based template with some libs integrations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published