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

Latest commit

 

History

History
19 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 419 Bytes

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