Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 683 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 683 Bytes

go-rest-api

Basic RESTful API implementation using golang's echo framework; with sample demonstration, best practices and modular support (to do hot integration in your existing project).

For more information, user manual: https://github.com/yuil-plug-and-play/go-rest-api/docs/

Capabilities of this boilerplate

  1. Static server
  2. Backend for RESTful service
  3. File server (not static)
  4. Connection to RDBMS (like MySQL) with the GO backend setup.
  5. Simple request validations.
  6. Send JSON response data with status messages.

Recommendations

Following projects are recommended for you to do more advanced projects:

  1. gorm.io (ORM implementation in Golang)