Skip to content

Commit 198bb60

Browse files
Update README.md
1 parent d82464d commit 198bb60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

backend/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ backend/
169169
├── session.py
170170
├──repository.py
171171
├── routes/ # Endpoints
172-
├── account.py # Account routes
173-
├── authentication.py # Signup and Signin routes
172+
├── account.py # Account routes
173+
├── authentication.py # Signup and Signin routes
174174
├── endpoints.py # Endpoint registration
175175
├── config/
176176
├── settings/
@@ -189,7 +189,7 @@ backend/
189189
├── base.py # Base class for data validation objects
190190
├── repository/
191191
├── crud/
192-
├── account.py # C. R. U. D. operations for Account entity
192+
├── account.py # C. R. U. D. operations for Account entity
193193
├── base.py # Base class for C. R. U. D. operations
194194
├── migrations/
195195
├── versions/
@@ -201,7 +201,7 @@ backend/
201201
├── table.py # Custom SQLAlchemy Base class
202202
├── security/
203203
├── hashing/
204-
├── hash.py # Hash functions with passlib
204+
├── hash.py # Hash functions with passlib
205205
├── password.py # Password generator with hash functions
206206
├── authorizations/
207207
├── jwt.py # Generate JWT tokens with python-jose
@@ -211,14 +211,14 @@ backend/
211211
├── exceptions/
212212
├── http/
213213
├── http_exc_400.py # Custom 400 error handling functions
214-
├── http_exc_401.py # Custom 400 error handling functions
214+
├── http_exc_401.py # Custom 401 error handling functions
215215
├── http_exc_403.py # Custom 403 error handling functions
216216
├── http_exc_404.py # Custom 404 error handling functions
217217
├── database.py # Custom `Exception` class
218218
├── password.py # Custom `Exception` class
219219
├── formatters/
220220
├── datetime_formatter.py # Reformat datetime into the ISO form
221-
├── field_formatter.py # Reformat snake_case to camelCase
221+
├── field_formatter.py # Reformat snake_case to camelCase
222222
├── messages/
223223
├── http/
224224
├── http_exc_details.py # Custom message for HTTP exceptions

0 commit comments

Comments
 (0)