Task 1: RESTful CRUD API for projects - #1
Conversation
|
Ok, Your work seems good. Thats a plus, proper documentation and other specifics. The question is, if we asked you to explain the working of what you just did, the wiring and flow of execution, will you be able to explain it ? |
|
also, a small suggestion from my side, try to include docstrings documenting the need for each functions and their parameter types and other technicals. |
In simple terms: Frontend collects data from the user -> sends it to Express -> Express validates it -> saves or reads from the array -> sends back the result -> Frontend updates the screen. |
Sure |
Okey. But, This is a standalone POC, when its a team, you are not working alone, there are other team members working on other modules, concurrently. So, in that case ,you should be able to explain the technical aspects of the module you designed, inorder to both integrate and to brainstorm about further improvements and architecture. Thats what i asked, can you explain? Not abstract level, implementational level. Can you? |
Yes. In this case, there would be 4 clear layers, each handling its own task. |
|
Stay tuned for further notice! |
Hey! Submitting my work for Task 1 - RESTful CRUD API for Projects.
Built the backend with Express.js and frontend with Next.js.
Used an in-memory store with 6 pre-seeded sample projects.
What's included: