This is a simple Flask application that logs incoming HTTP requests to files. It allows you to specify different subdirectories for organizing the logged requests.
Please refer to the Documentation for detailed information about the code and its usage.
- Clone the repository:
git clone https://github.com/lewiswatson55/flask-request-logger.git
- Install the required dependencies:
pip install -r requirements.txt
- Start the Flask application:
python app.py
-
Access the application in your web browser at
http://localhost:5000
. -
Use the provided routes to log requests or test the dummy form.
Contributions are welcome! If you find any issues or would like to suggest new features, please open an issue or submit a pull request.