https://github.com/lucmsilva651/http-codes-test-api
An API made to test HTTP codes.
https://github.com/lucmsilva651/http-codes-test-api
api express http
Last synced: about 1 month ago
JSON representation
An API made to test HTTP codes.
- Host: GitHub
- URL: https://github.com/lucmsilva651/http-codes-test-api
- Owner: lucmsilva651
- License: bsd-3-clause
- Created: 2025-06-06T19:06:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T14:08:40.000Z (about 1 year ago)
- Last Synced: 2025-06-08T15:20:33.538Z (about 1 year ago)
- Topics: api, express, http
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http-codes-test-api
An API made to test HTTP codes.
## Usage
Run and test server:
```shell
npm run start # start server
npm run dev # test server
```
URL usage:
```url
http://localhost:3000/api/v(ver/v1)/http/(statusCode)
```
## License
© Lucas Gabriel (lucmsilva.) Licensed under [BSD 3-Clause](LICENSE) license.