log-ingestion-system
A full-stack application for ingesting, storing, and querying log data built with Node.js/Express and React.
- Log Ingestion: REST API endpoint to accept and store log entries
- Log Querying: Advanced filtering and search capabilities
- Real-time Updates: Dynamic filtering without page reloads
- Responsive Design: Clean, professional UI inspired by developer tools
- File-based Storage: Uses JSON file for data persistence
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository: git clone cd log-ingestion-system2. Install backend dependencies:
-
Install backend dependencies: cd backend npm install
-
Install frontend dependencies:
cd ../frontend npm install