This project aims to provide a large database of error codes related to hardware and software and detailed guide to fix them.
- Search for error codes
- Get descriptions of error codes
- Get solutions to solve error codes
- Get step by step instructions to fix errors
- Access additional resources related to error codes (documents, images, videos ...)
Clone the project
git clone https://github.com/keglostephane/fixerrcode.git
Go to the project directory
cd fixerrcode
Install dependencies
npm install
Start the server
npm run start
GET /api/v1/errors
GET /api/v1/erros/?page=1&limit=10
Parameter | Type | Description |
---|---|---|
page |
string |
Optional. The page number |
limit |
`string | Optional. The number of errrors requested |
GET /api/v1/errors/${code}
Parameter | Type | Description |
---|---|---|
code |
string |
Required. The error code |
GET /api/v1/errors/${code}/message
Parameter | Type | Description |
---|---|---|
code |
string |
Required. The error code |
GET /api/v1/errors/${code}/solutions
Parameter | Type | Description |
---|---|---|
code |
string |
Required. The error code |
GET /api/v1/tags?page=1&limit=10
Parameter | Type | Description |
---|---|---|
page |
string |
Optional. The page number |
limit |
`string | Optional. The number of tags requested |
GET /api/v1/tags/error/${code}
Parameter | Type | Description |
---|---|---|
code |
string |
Required. The error code |
Use the admin panel to manage data of the API:
http://locacalhost:3000/admin/