Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiannaquines/dxvl-log-parsing-application
A side project of mine about parsing an existing logs
https://github.com/kiannaquines/dxvl-log-parsing-application
Last synced: 6 days ago
JSON representation
A side project of mine about parsing an existing logs
- Host: GitHub
- URL: https://github.com/kiannaquines/dxvl-log-parsing-application
- Owner: kiannaquines
- Created: 2024-07-16T06:12:17.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T15:06:39.000Z (9 days ago)
- Last Synced: 2024-11-09T16:18:58.462Z (9 days ago)
- Language: JavaScript
- Size: 26.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Guide
Before running the application, you'll need to install dependencies, to install run this command
```
pip install -r requirements.txt
```Run the application using port 8080
```
python manage.py runserver 8080
```Run the application using a different port.
```
python3 manage.py runserver
```## Initial Photo of the system (Not Final)
![image](https://github.com/user-attachments/assets/010c281b-4fa5-4bb5-a59b-52431f2bc694)
![image](https://github.com/user-attachments/assets/380b5197-e160-46f0-a3c9-35dadcbca6a2)
![image](https://github.com/user-attachments/assets/125e4022-0971-43e1-bda2-2333af94fc9b)
![image](https://github.com/user-attachments/assets/cc5bb944-0dfc-4ff5-aa3c-0eb83dd34a75)
![image](https://github.com/user-attachments/assets/36faf0e7-324f-482c-a3b4-b6b11c83360f)
![image](https://github.com/user-attachments/assets/ecc6486e-4f4d-4c9d-87ac-b69125a3e0d1)