LogParser is a full stack web app created with Django rest api and React.js, the goal of this app is to parse the log files and show them in a nice UI
git clone https://github.com/achrafOuk/LogParser
Python >= 3.7
cd LogParser/django-restapi
pip install -r requirements.txt
You can change the db settings in restapi/settings.py
cd LogParser/django-restapi
python manage.py makemigrations
python manage.py migrate
cd LogParser/django-restapi
python manage.py runserver
cd LogParser/frontend
npm install
npm start
yarn install
yarn start