Steps :
- Install virtual environment by running the command on your local : "pip install virtualenv"
- cd to your cloned repository and create a venv by running : "python -m venv env"
- activate the environment as : ".\env\Scripts\activate"
- The repository contains requirements.txt file for installing all necessary packages. Run the command "pip install -r requirements.txt"
- Run the command "python main.py" to run the server in the dev environment