Welcome to Quidproquo Web Logs, an interface for viewing logs that happen in your server! This project is part of the Quidproquo platform, which deploys web servers to AWS but is platform independent.
With Quidproquo Web Logs, you can:
- View a list of logs.
- Filter logs by date and time.
- Search logs by keyword.
- View detailed information for each log entry.
Quidproquo Web Logs is built using React, a popular JavaScript library for building user interfaces. It uses Axios for making HTTP requests to the server and Moment.js for parsing and formatting dates.
To install Quidproquo Web Logs, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run
npm install
to install the required dependencies. - Run
npm start
to start the development server.
To use Quidproquo Web Logs, follow these steps:
- Open your web browser and navigate to the URL of the Quidproquo Web Logs interface.
- Log in with your Quidproquo credentials.
- Select the web server whose logs you want to view.
- Use the date and time filters to narrow down the list of logs.
- Use the search bar to search for logs by keyword.
- Click on a log entry to view detailed information about it.
If you'd like to contribute to Quidproquo Web Logs, please follow these steps:
- Fork this repository to your own GitHub account.
- Clone your forked repository to your local machine.
- Make your changes and test them locally.
- Push your changes to your forked repository on GitHub.
- Submit a pull request to the original repository.
Quidproquo Web Logs is licensed under the MIT License. See LICENSE
for more information.
- The Quidproquo team for their support and feedback.
Currently under development ~ Not for production
https://levelup.gitconnected.com/full-guide-start-react-app-from-scratch-2e1579ac6868