-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdirectory_structure.txt
106 lines (106 loc) · 5.74 KB
/
directory_structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
C:\Users\NicolasArgenteAIQOS\OneDrive - AIQOS B.V\Documents\GitHub\SnipSet
backend
│ ├───app
│ │ ├───config
│ │ │ ├───config.py
│ │ │ ├───db_config.py
│ │ ├───controllers
│ │ │ ├───auth_controller.py
│ │ │ ├───category_controller.py
│ │ │ ├───query_controller.py
│ │ │ ├───snippet_controller.py
│ │ │ ├───subcategory_controller.py
│ │ │ ├───tag_controller.py
│ │ │ ├───user_controller.py
│ │ ├───database
│ │ │ ├───init_db.py
│ │ ├───models
│ │ │ ├───category.py
│ │ │ ├───models.py
│ │ │ ├───notification.py
│ │ │ ├───snippet.py
│ │ │ ├───subcategory.py
│ │ │ ├───tag.py
│ │ │ ├───user.py
│ │ │ ├───__init__.py
│ │ ├───routes
│ │ │ ├───routes.py
│ │ ├───error_handlers.py
│ │ ├───__init__.py
│ ├───migrations
│ │ ├───versions
│ │ │ ├───55569e580c1b_manual_initial_migration.py
│ │ │ ├───bf1e42552369_add_username_column_to_users_table.py
│ │ ├───alembic.ini
│ │ ├───env.py
│ │ ├───README
│ │ ├───script.py.mako
│ ├───.gitignore
│ ├───directory_structure.txt
│ ├───Dockerfile
│ ├───list_directory_structure_to_file.ps1
│ ├───migrate.py
│ ├───package.json
│ ├───README.md
│ ├───requirements - Copy.txt
│ ├───requirements.txt
│ ├───server.py
│ ├───swagger.yaml
frontend
│ ├───src
│ │ ├───assets
│ │ │ ├───apple-logo.png
│ │ │ ├───delete.png
│ │ │ ├───email-icon.png
│ │ │ ├───email-logo.png
│ │ │ ├───Error_Login.png
│ │ │ ├───eye-icon.png
│ │ │ ├───eye-slash-icon.png
│ │ │ ├───facebook-logo.png
│ │ │ ├───favicon.ico
│ │ │ ├───global.css
│ │ │ ├───google-logo.png
│ │ │ ├───logo.png
│ │ │ ├───microsoft-logo.png
│ │ │ ├───tailwind.css
│ │ ├───components
│ │ │ ├───LoginForm.vue
│ │ │ ├───SignupForm.vue
│ │ ├───router
│ │ │ ├───index.js
│ │ ├───store
│ │ │ ├───index.js
│ │ ├───views
│ │ │ ├───AdminDashboard.vue
│ │ │ ├───CreateAccount.vue
│ │ │ ├───CreateAccountWithEmail.vue
│ │ │ ├───ForgotPassword.vue
│ │ │ ├───HomePageView.vue
│ │ │ ├───Login.vue
│ │ │ ├───Signup.vue
│ │ │ ├───UserProfile.vue
│ │ ├───App.vue
│ │ ├───main.js
│ │ ├───theme.js
│ ├───.dockerignore
│ ├───.gitignore
│ ├───directory_structure.txt
│ ├───Dockerfile
│ ├───list_directory_structure_to_file.ps1
│ ├───package-lock.json
│ ├───package.json
│ ├───postcss.config.js
│ ├───README.md
│ ├───tailwind.config.js
│ ├───vue.config.js
.gitignore
directory_structure.txt
docker-compose - Copy.yml
docker-compose.yml
LICENSE
list_directory_structure_to_file.ps1
package-lock.json
package.json
Postman.json
README.md
SnipSet API.postman_collection.json