This repository serves the API Gateway service for the Soora Spaced Repetition Test.
git clone https://github.com/abulhuman/soora-sr-api-gateway.git
npm install
⚠️ ⚠️ ⚠️ Make sure the other services (auth svc and flashcard svc) are running before this step, otherwise your api gateway fail and you will get errors.
npm run dev
Use the postman collection json file provided in this repository to test the api gateway.