Simple golang web application for creating article (blog website) using Gin (Golang HTTP Framework)
This project can:
- Register & login form
- Creating article
- Displaying article
- Edit article (ASAP)
- Delete article (ASAP)
Please notes this project has many things to improve especially working with database that i need to fix it soon
- Clone this repository
- Getting packages working
$ go get github.com/gin-gonic/gin
$ go get github.com/lib/pq
$ go get golang.org/x/crypto/bcrypt
- Running this project
$ go build -o app
$ ./app