Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/britzdylan/adonis_http_test
AdonisJs project to test http request in production
https://github.com/britzdylan/adonis_http_test
Last synced: 5 days ago
JSON representation
AdonisJs project to test http request in production
- Host: GitHub
- URL: https://github.com/britzdylan/adonis_http_test
- Owner: britzdylan
- Created: 2023-10-30T21:33:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T23:05:07.000Z (about 1 year ago)
- Last Synced: 2023-12-08T00:22:49.085Z (about 1 year ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdonisJS HTTP Request Test
This is a simple AdonisJS project that tests various HTTP request properties in production.
visit [https://adonis-http-test.onrender.com](https://adonis-http-test.onrender.com) to see the project in action.
## Routes
The project defines the following routes:
- `/`: This route renders a welcome view with the context data.
- `/request`: This route renders a welcome view with the request data.
- `/ip`: This route renders a welcome view with the client's IP address.
- `/user-agent`: This route renders a welcome view with the client's user-agent.
- `/host`: This route renders a welcome view with the client's hostname.## Setup
1. Clone the repository
2. Run `npm install` to install dependencies
3. Run `npm start` to start the server## Built With
- [AdonisJS](https://adonisjs.com/)
## License
This project is licensed under the MIT License.