Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak authored Mar 10, 2024
1 parent e3343ac commit 51c750a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Food Ordering System - Microservice Architecture
# Food Ordering System

### TODO:
- RestaurantsAPI
- OrdersProcessingAPI

## Overview
This project serves as an example of food ordering system using a microservice approach.

## UserManagementAPI
Simple microservice for managing users built using Spring Boot and Kotlin.
Simple microservice for managing users, built using Spring Boot and Kotlin.

### How to run

Expand All @@ -17,3 +20,10 @@ UserManagementAPI will be avaiable on ```localhost:8080/api/v1```. Access Swagge

### Unit Tests
Before running unit tests, ensure that you have a local MongoDB instance running on ```localhost:27017```.

### Endpoints
GET /api/v1/health
GET /api/v1/users
GET /api/v1/users/{id}
PUT /api/v1/users/{id}
DELETE /api/v1/users/{id}

0 comments on commit 51c750a

Please sign in to comment.