Skip to content

ehardi19/go-blog

Repository files navigation

go-blog

Simple golang web application for creating article (blog website) using Gin (Golang HTTP Framework)

Functionality

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

Usage

  • 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

About

A simple go backend using gin framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published