Skip to content

Conversation

@SpaNb4
Copy link
Owner

@SpaNb4 SpaNb4 commented Feb 8, 2024

  1. Task link: https://github.com/AlreadyBored/nodejs-assignments/blob/main/assignments/crud-api/assignment.md
  2. Deadline: 13.02.2024
  3. Score: 222 / 222

Basic Scope

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

Advanced Scope

  • Task implemented on Typescript (+30)
  • Processing of requests to non-existing endpoints implemented properly (+10)
  • Errors on the server side that occur during the processing of a request should be handled and processed properly (+10)
  • Development mode: npm script start:dev implemented properly (+10)
  • Production mode: npm script start:prod implemented properly (+10)

Hacker Scope

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

@SpaNb4 SpaNb4 changed the title CRUDA-API CRUD-API Feb 12, 2024
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.

2 participants