make sure python is installed in your pc
clone the repo
cd into the folder of the application
create a virtual environment for running the application
start the virtual environment
install the requirements by running the below command
run pip install -r requiremnts.txt
setup your database or use sqlite database
start the application ( IT'S A DJANGO APPLICATION)