Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.
/ revel_auth Public archive

Sample Revel App Simple Auth and Model's Association

License

Notifications You must be signed in to change notification settings

sawadashota/revel_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revel Auth

Features

  • Connect to MySQL
  • Simple model's association using GORM
  • User's Register and Login

Getting Start

  1. Install me
  2. Rename conf/app.conf.example to conf/app.conf and set database connection
  3. Get libraries
  4. Run app!

Get Libraries

$ go get github.com/go-sql-driver/mysql
$ go get github.com/jinzhu/gorm
$ go get golang.org/x/crypto/bcrypt

About

Sample Revel App Simple Auth and Model's Association

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published