From 457c6324d42cadae798688d819e40f3f5efe7acd Mon Sep 17 00:00:00 2001 From: laban254 Date: Mon, 21 Oct 2024 13:25:53 +0300 Subject: [PATCH] Improve project documentation and update feature details --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c6f813..ca4c47a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Refer to the [Project Setup](./docs/project_setup.md) section in the original d ## Directory Structure 📁 - **cmd**: Contains the main entry point of the application, where the server is started. - **config**: Holds configuration files, including environment variable setups. -- **docs**: Includes documentation for project setup and linting instructions. +- **docs**: Includes projects documentation - **internal**: Contains application-specific logic, such as route handlers. - **pkg**: Houses reusable components like middleware, models, and database management. - **scripts**: Contains deployment-related scripts,