Skip to content

Commit 95c21a0

Browse files
created the project structure
1 parent 4fc3a27 commit 95c21a0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

project_structure.txt

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.
2+
├── app
3+
│   ├── admin.py
4+
│   ├── auth.py
5+
│   ├── customer.py
6+
│   ├── __init__.py
7+
│   ├── models.py
8+
│   ├── professional.py
9+
│   ├── static
10+
│   └── templates
11+
├── app.py
12+
├── package.json
13+
├── package-lock.json
14+
├── project_structure.txt
15+
├── README.md
16+
└── requirements.txt
17+
18+
3 directories, 12 files

0 commit comments

Comments
 (0)