Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.