From 070060365a3cd128f179ef1370db3a7cae7a70aa Mon Sep 17 00:00:00 2001 From: Maulana Sodiqin Date: Thu, 22 May 2025 16:18:15 +0700 Subject: [PATCH] docs: update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d96f618..7ed5069 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ This repository serves as the **monorepo** for all backend services of IMPHNEN. 4. **IMPHNEN-Gacha** - Supports the gacha services by IMPHNEN [Gacha website](https://gacha.imphnen.dev/). 5. **IMPHNEN-Dimentorin** - Supports the mentoring services by IMPHNEN [Dimentorin website](https://dimentorin.imphnen.dev/). 6. **IMPHNEN-Gateway** - Acts as the API gateway, routing requests to appropriate services. +7. **IMPHNEN-Middleware** - Acts as the middleware for the API Gateway, providing authentication and authorization. -## IMPORTANT How to Install +## How to Install 1. **Clone the repository**: @@ -107,7 +108,7 @@ For production deployment: 1. **Run the tests**: ```sh - cargo test + cargo test -p tests ``` ## How to Contribute