Skip to content

Restful API Web server for simple blog using Echo framework, Gorm, Postgresql, and Redis.

Notifications You must be signed in to change notification settings

ridwanfathin/blog-server

Repository files navigation

blog-server

Description

RESTful API Web server for simple blog using Echo framework, Gorm, Redis, and Postgresql.

Installation

  • Clone the project:

    git clone https://github.com/ridwanfathin/blog-server
  • Open the directory:

cd echo-server
  • Define GOPATH:
export GOPATH=[your project path]
  • Change environment settings

Change host, user, password, dbname file in src/postgres/pq.go

  • Build binaries:
make build
  • Run the server:

    • Linux & Mac
    make run
    • Windows
    make run

API Documentation

Documentation

About

Restful API Web server for simple blog using Echo framework, Gorm, Postgresql, and Redis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages