docs: format project structure section for better readability

This commit is contained in:
2025-07-23 20:12:31 +02:00
parent dcfdfe9d86
commit 85113daf45

View File

@@ -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