From 79d6414ee66565b234e0850cf3eaa50e467145c0 Mon Sep 17 00:00:00 2001 From: Felix Fernando Wijaya Date: Wed, 10 Jul 2024 20:59:09 +0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d031af..717041b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,17 @@ This project provides simple REST APIs for Point of Sale (POS) software. ## Built With - Go 1.21.3 - MySQL -- Fiber - JWT Authentication -- DB Migration Goose + +## Frameworks and Library +- Fiber: HTTP Framework +- Goose: Database Migrations +- SQLX: Database ORM +- Validator V10: Struct Validation +- Logrus: Application Logging +- Jaeger: Opentracing +- Cleanenv: Environment Configuration +- Mockgen: Mock Generation ## How to Run the Project