Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 639 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 639 Bytes

Rest-API-courses

I used Express for Node.js. The main essence of this repository is to work with HTTP methods and response status codes

HTTP methods

I practiced with the following methods, as : 'GET', 'PUT', 'POST', 'DELETE'. For more information follow this link : https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods

HTTP response status codes

The basic successful responses were used, as : 200 OK, 201 Created, 204 No Content. Furthermore, you can find client error responses, as : 400 Bad Request, 404 Not Found. For more information follow this link : https://developer.mozilla.org/en-US/docs/Web/HTTP/Status