Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
feat(global): update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatole-Godard committed Aug 15, 2023
1 parent c3d11fd commit 6bd1e01
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
# GoodFood 2.0

GoodFood 2.0 is a food ordering application for Good Food, a company specializing in food services in France, Belgium, and Luxembourg.
GoodFood 2.0 is a food ordering application for Good Food, a company specializing in food services in France, Belgium,
and Luxembourg.

## Origin / Context

Good Food was formed from the merger of four food companies. The company offers various food services, including conventional dining, takeout, and delivery with phone orders. Ordering is also available through a web or mobile application.
Good Food was formed from the merger of four food companies. The company offers various food services, including
conventional dining, takeout, and delivery with phone orders. Ordering is also available through a web or mobile
application.

The GoodFood 2.0 project was initiated to update the existing ordering application, which had become outdated and was unable to handle more users. The objective is to create a modern, user-friendly, and modular new version that can handle a high volume of concurrent users, up to several thousand.
The GoodFood 2.0 project was initiated to update the existing ordering application, which had become outdated and was
unable to handle more users. The objective is to create a modern, user-friendly, and modular new version that can handle
a high volume of concurrent users, up to several thousand.

## Microservices ports

| Service | Port | Language | Database | Status | Assignee |
| ----------- | ----- | ----------- | ---------- | ------ | --------------- |
| Gateway | 50000 | Go ||| @Anatole-Godard |
| User (auth) | 50001 | Go | PostgreSQL | | @Anatole-Godard |
| Basket | 50002 | NodeJS (ts) | Redis | | @Anatole-Godard |
| Payment | 50003 | NodeJS (ts) | PostgreSQL || @floriaaan |
| Product | 50004 | NodeJS (ts) | PostgreSQL || @PierreLbg |
| Restaurant | 50005 | NodeJS (ts) | PostgreSQL || @PierreLbg |
| Promotion | 50006 | NodeJS (ts) | PostgreSQL || @PierreLbg |
| Order | 50007 | NodeJS (ts) | PostgreSQL || @floriaaan |
| Delivery | 50008 | NodeJS (ts) | PostgreSQL || @floriaaan |
|-------------|-------|-------------|------------|--------|-----------------|
| Gateway | 50000 | Go | | | @Anatole-Godard |
| User (auth) | 50001 | Go | PostgreSQL | ⚠️ | @Anatole-Godard |
| Basket | 50002 | NodeJS (ts) | Redis | ⚠️ | @Anatole-Godard |
| Payment | 50003 | NodeJS (ts) | PostgreSQL | | @floriaaan |
| Product | 50004 | NodeJS (ts) | PostgreSQL | | @PierreLbg |
| Restaurant | 50005 | NodeJS (ts) | PostgreSQL | | @PierreLbg |
| Promotion | 50006 | NodeJS (ts) | PostgreSQL | | @PierreLbg |
| Order | 50007 | NodeJS (ts) | PostgreSQL | | @floriaaan |
| Delivery | 50008 | NodeJS (ts) | PostgreSQL | | @floriaaan |
| Stock | 50009 | NodeJS (ts) | PostgreSQL | ⚠️ | @floriaaan |
| Reporting | 50020 | C# (dotnet) | PostgreSQL | ⚠️ | @floriaaan |
| Log | 50021 | Go | PostgreSQL || @floriaaan |
| Log | 50021 | Go | PostgreSQL | | @floriaaan |
| (...) | (...) | (...) | (...) | (...) |

## File Hierarchy
Expand Down

0 comments on commit 6bd1e01

Please sign in to comment.