Update README.md

This commit is contained in:
Mattia Tadini 2024-10-31 07:55:10 +00:00
parent 85d09bf376
commit 0e3924de81

View File

@ -1,2 +1,26 @@
# Apache-Proxy-Manager
Struttura
proxy-manager/
├── backend/
│ ├── app/
│ │ ├── __init__.py
│ │ ├── models/
│ │ ├── routes/
│ │ ├── services/
│ │ └── utils/
│ ├── config.py
│ ├── requirements.txt
│ └── wsgi.py
├── frontend/
│ ├── public/
│ ├── src/
│ │ ├── components/
│ │ ├── services/
│ │ ├── utils/
│ │ └── App.tsx
│ ├── package.json
│ └── vite.config.ts
└── docker-compose.yml