- Fork the Repository
- Open your Terminal / Cmd
git clone "https://github.com/sd2001/FuzzyUrls.git"
cd FuzzyUrls
pip install virtualenv
python -m venv <name of environment>
source <name>/bin/activate
pip install -r requirements.txt
python manage.py runserver
Server starts running on port localhost:8000🚀