This is a Simple Blog Application that implements the basic CRUD activities. It uses a Postgres database for storage, Session for authentication, and Go-Gin framework for routing
- Go
- Go-Gin
- Postgres
To run this project, clone the repo first:
$ go run cmd/main.go
or
$ make run
or
$ modd
- The application is hosted with the domain name on heroku
blogaar.herokuapp.com