Skip to content

Commit

Permalink
Merge pull request #20 from tribofustack/docs/readme
Browse files Browse the repository at this point in the history
Docs/readme
  • Loading branch information
LucasGomesSantos authored May 19, 2024
2 parents 65f7111 + 0765839 commit d4a4a3e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
Binary file modified assets/arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 34 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="#-project">Links</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="#-technologies">Tecnologies</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="#-running">Running</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="#-license">License</a>
<a href="#-diagram">Arch Diagram</a>
</p>

<p align="center">
Expand All @@ -19,6 +19,11 @@

Orderly is a cutting-edge web system designed to streamline operations for restaurant and food businesses (RMS). It draws from the principles of **Domain-Driven Design (DDD)** and **Architectural Concepts** to ensure scalability, maintainability, and a robust integration capability.

## 🔗 Links

- [Demonstration Video]()
- [Postman Public Collection](https://documenter.getpostman.com/view/13574011/2s9YsM8WDL)

## ✨ Technologies

This project was built using the following technologies and architectural concepts:
Expand All @@ -27,13 +32,39 @@ This project was built using the following technologies and architectural concep
- [NGINX](https://www.nginx.com/)
- [Docker](https://www.docker.com/)
- [PostgreSQL](https://www.postgresql.org/)
- [Redis](https://redis.io/)
- [RabbitMQ](https://rabbitmq.com/)
- [Kubernetes](<https://kubernetes.io/>)


## 🟢 Running

Prerequisites: Ensure you have `docker`, `node>=18.16.0` & `npm>=9.5.1` installed.

1. Clone this project:

```sh
git clone https://github.com/tribofustack/orderly-api-gateway.git
```

2. Configure submodules:
- [ms-auth](<https://github.com/tribofustack/ms-auth.git>)
- [ms-checkin](<https://github.com/tribofustack/ms-checkin.git>)
- [ms-checkout](<https://github.com/tribofustack/ms-checkout.git>)
- [ms-financial](<https://github.com/tribofustack/ms-financial.git>)

3. Start the application:

```sh
docker compose up
```

This will launch the application at port `80`.

Once it's up, the Swagger documentation can be accessed at `http://localhost:80/`.

## 📌 Architecture Diagram

<div align="center">
<h2>Architecture</h2>
<img src="./assets/arch.png" alt="ER Diagram" />
</div>

Expand Down

0 comments on commit d4a4a3e

Please sign in to comment.