From 7dd72c9d214bc6d76ea7ef5d69ed6a81e70d3e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20=C4=8Cerpnjak?= Date: Wed, 6 Mar 2024 18:45:53 +0100 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c686636..452838f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# food-ordering-services -Food ordering services example +# Food Ordering System - Microservice Architecture + +### TODO: +- RestaurantsAPI +- OrdersProcessingAPI + +## UserManagementAPI +Simple microservice for managing users built using Sprint Boot and Kotlin. + +### How to run + +```console +~$ docker-compose up +``` + +UserManagementAPI will be avaiable on ```localhost:8080/api/v1```. Access Swagger ```http://localhost:8080/api/v1/swagger-ui/index.html```. + +### Unit Tests +Before running unit tests, ensure that you have a local MongoDB instance running on ```localhost:27017```.