Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
.vscode
8 changes: 8 additions & 0 deletions REPORT.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Report
I spent approximately 5 hours on this project
The most challenging aspect of this project was the architecture design. I am usually working on an already existing basis vs starting from scratch.

I tried to build a 3 layers architecture (Data Access / Service / Controller), but the request was to create a function and not an endpoint.

I stopped after completing level 3 due to a lack of time.
Unit tests and error management has not been completed.
I runned and tested the function with multiple business cases.
Loading