A Flask Program to parse system logs.
Clone the project into your local directory and run the app.py
python app.py
Once the program runs as a local server, access the api under the following endpoint
127.0.0.1:5000/reader
The HttpRequest should pass the file in binary format with the body (In postman) and the type to be "POST"