Skip to content

feat: add assignment CRUD API#1

Open
zhannach wants to merge 8 commits into
mainfrom
development
Open

feat: add assignment CRUD API#1
zhannach wants to merge 8 commits into
mainfrom
development

Conversation

@zhannach

@zhannach zhannach commented Mar 19, 2026

Copy link
Copy Markdown
Owner
  1. Task: https://github.com/AlreadyBored/nodejs-assignments/blob/main/assignments-v2/03-crud-api/assignment.md
  2. Screenshot.
  3. Done 22.06.2026. Deadline: 23.03.2026
  4. Score: 222 (self-check)/222
    All tasks were implemented according to description.

Basic Scope
+10 The repository with the application contains a Readme.md file containing detailed instructions for installing, running and using the application
+10 GET api/products implemented properly
+10 GET api/products/{productId} implemented properly
+10 POST api/products implemented properly
+10 PUT api/products/{productId} implemented properly
+10 DELETE api/products/{productId} implemented properly
+6 Products are stored in the form described in the technical requirements
+6 Value of port on which application is running is stored in .env file

Advanced Scope
+30 Task implemented in TypeScript
+10 Processing of requests to non-existing endpoints implemented properly
+10 Errors on the server side that occur during the processing of a request are handled and processed properly
+10 Development mode: npm script start:dev implemented properly
+10 Production mode: npm script start:prod implemented properly

Hacker Scope
+30 There are tests for API (not less than 3 scenarios)
+50 There is horizontal scaling for the application with a load balancer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant