Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 798 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 798 Bytes

REST API Using Clean Architecture

A boilerplate project using Clean Architecture based on bxcodec/go-clean-arch

Documentation

Postman Here

Prerequisite

  • GO 1.15
  • PostgreSQL
  • Echo v4
  • Logrus

Features

  • User Authentication (Register user, Login, Profile)
  • Article CRUD
  • Containerization

Usage

Using go modules

go install
go run main.go

Note

  • This boilerplate need to modify with your own need, don't use without modification, I'm not responsible when this boilerplate destroys your exiting project
  • I will update regularly to add new features

How to contribute?

Just create issue then we discuss