From 85113daf45a3f89c828c5b18e7c392b6558fb63f Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Wed, 23 Jul 2025 20:12:31 +0200 Subject: [PATCH] docs: format project structure section for better readability --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31d6bab..d6045c0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,12 @@ Bikelane is a full-stack web application for managing users and administration t ## Project Structure ``` -. ├── backend/ # Express.js backend API ├── frontend_admin/ # React admin panel (Vite + Tailwind CSS) ├── frontend_user/ # React user frontend (Vite + Tailwind CSS) ├── scheme.sql # MySQL database schema and mock data ├── docker-compose.yml # Multi-container orchestration └── README.md +. ├── backend/ # Express.js backend API +├── frontend_admin/ # React admin panel (Vite + Tailwind CSS) +├── frontend_user/ # React user frontend (Vite + Tailwind CSS) +├── scheme.sql # MySQL database schema and mock data +├── docker-compose.yml # Multi-container orchestration +└── README.md ``` ## Features