After cloning first enter the yips-log-processor folder and then .\myenv\Scripts\activate
After that cd .\eventManagementSystem\
After that pip install -r .\requirements.txt
python manage.py migrate python manage.py makemigrations and python manage.py runserver which runs the backend
enter the frontend directorynpm install
npm run build
npm start