From e3ff0bd7eca466a63ec8ac6d2280eb196fb01d75 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Mon, 16 Jun 2025 16:50:49 +0300 Subject: [PATCH] Features: 1) Add uninstall instructions for Windows and Unix in the README; 2) Expand configuration section with Dockerfile, nginx, and .env details; Fixes: 1) n/a; Extra: 1) Minor structure and formatting improvements in README. --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae0a894..87478feb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ cases and learning Django skills. The project is easy to customize, allowing for - [Prerequisites](#prerequisites) - [Installation](#installation) - [Configuration](#configuration) - - [Environment Variables](#environment-variables) + - [Dockerfile](#Dockerfile) + - [nginx](#nginx) + - [.env](#env) - [Usage](#usage) - [Contact](#contact) @@ -128,6 +130,19 @@ Once the services are up and running, you can access the application at - REST API: `http://api.localhost:8000/docs/swagger` or `http://api.localhost:8000/docs/redoc` - GraphQL API: `http://api.localhost:8000/graphql/` +## Uninstall eVibes + +You are not planning to do that, aren't you? + +- Windows + ```powershell + scripts\Windows\uninstall.ps1 + ``` +- Unix + ```bash + scripts/Unix/uninstall.sh + ``` + ## Contact - **Author**: Egor "fureunoir" Gorbunov