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/
- Static server
- Backend for RESTful service
- File server (not static)
- Connection to RDBMS (like MySQL) with the GO backend setup.
- Simple request validations.
- Send JSON response data with status messages.
Following projects are recommended for you to do more advanced projects:
- gorm.io (ORM implementation in Golang)