From eec134e441b798249da30fb2e44d538006ee7bfc Mon Sep 17 00:00:00 2001 From: Mohamad Liyaghi Date: Fri, 9 Aug 2024 11:32:07 +0330 Subject: [PATCH] feat(docs): technologies icons --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d47ec8..67426f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## FoodAnywhere ## Table of Contents -- [Description](#description) +- [Introduction](#introduction) - [Technologies](#technologies) - [Monitoring](#monitoring) - [Node Exporter](#node-exporter) @@ -20,11 +20,23 @@ - [Kubernetes](#kubernetes) - [Run Tests](#run-tests) -## Description +## Introduction FoodAnywhere is a comprehensive platform designed to make food ordering and delivery easier for both customers and vendors. Vendors can easily register their restaurants, manage their menus, and add products to the system. Customers, on the other hand, can effortlessly search for nearby restaurants, browse menus, and place orders with just a few clicks. ## Technologies +django +postgresql +postgis +docker +kubernetes +celery +redis +grafana +prometheus +loki +pytest + This project uses Django as the backend framework, with PostgreSQL and PostGIS for database management and geographic data handling. The application is containerized using Docker and orchestrated with Kubernetes. For background task processing, Celery is used, with Redis serving as both the caching layer and the message broker. Monitoring and logging are handled with Grafana, Node Exporter, Promtail, and Loki.