Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 507 Bytes

Getprint is a web-based mini project in Telkom University RPLGDC lab

Previously Getprint used NodeJS. I tried rewriting Getprint using GO programming language

Framework

  • Web : Echo Framework
  • Validation : Go-Ozzo
  • Configuration : godotenv
  • Database : MySQL
  • ORM : GORM

Architecture

Controller -> Service -> Repository

Documentation