Skip to content

hypermedia #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4032e61
Update README.md
hasaansworld Jan 26, 2025
32a876b
Update README.md
HassanSultan50 Jan 26, 2025
1b3bacc
added database models, populate db script, requirements and updated r…
hasaansworld Feb 9, 2025
c441117
update readme
hasaansworld Feb 9, 2025
8652a76
fixed typo
hasaansworld Feb 9, 2025
b2d1961
updated models and created endpoints
hasaansworld Mar 3, 2025
6702fd3
add input validation for non null constraints and added more test cas…
hasaansworld Mar 3, 2025
f36ea31
Update README.md
hasaansworld Mar 3, 2025
294c4d2
Update README.md
hasaansworld Mar 3, 2025
8115eb9
read db file from project root
hasaansworld Mar 3, 2025
2001cb0
refactored the project according to the recommended project structure…
hasaansworld Mar 7, 2025
bac5d29
removed app.py file
hasaansworld Mar 7, 2025
c4216b0
fixed import in api_test
hasaansworld Mar 7, 2025
36c5533
removed unused import
hasaansworld Mar 7, 2025
dc0c99c
updated readme
hasaansworld Mar 7, 2025
eb4b62a
fixed absolute imports and circular imports
hasaansworld Mar 7, 2025
7acc334
fixed for pylint
hasaansworld Mar 7, 2025
6ae31af
added pylintrc and fixed models.py for pylint
hasaansworld Mar 7, 2025
82a715d
fixed formatting for pylint
hasaansworld Mar 7, 2025
c2cc068
added docstring for pylint
hasaansworld Mar 7, 2025
e1ff91e
fixed code according to pylint
hasaansworld Mar 7, 2025
c1c7da9
updated code for pylint
hasaansworld Mar 7, 2025
32172a0
fixed code for pylint
hasaansworld Mar 7, 2025
3d3b10f
fixed code for pylint
hasaansworld Mar 7, 2025
4d5b012
updated tests for pylint
hasaansworld Mar 7, 2025
e729f9b
update tests for >90% coverage and >9 pylint score
hasaansworld Mar 7, 2025
0db3e46
removed project structure from readme
hasaansworld Mar 7, 2025
2f8e296
updated readme
hasaansworld Mar 7, 2025
f91bf99
fix error handles
hassanatic Mar 18, 2025
bb06c67
ds
hassanatic Mar 18, 2025
d9fff87
hypermedia
hassanatic Mar 31, 2025
594eb0e
added doc
hassanatic Apr 9, 2025
919c2fe
swagger update
hassanatic May 7, 2025
c926c7f
asfgs
hassanatic May 7, 2025
a2af301
Update README.md
hassanatic May 11, 2025
59845e9
chaged hypermedia
hassanatic May 11, 2025
1529bc5
added gitignore for client folder
hasaansworld May 11, 2025
3ef82b8
Update expense_tracker_openapi.yaml
hassanatic May 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__pycache__
venv
.coverage
instance/*
Loading