https://github.com/sd2001/fuzzyurls
🛩️Generate a David for the Goliath URLs🚀
https://github.com/sd2001/fuzzyurls
django django-rest-framework javascript mongodb particles-js python3 urllib3
Last synced: 7 months ago
JSON representation
🛩️Generate a David for the Goliath URLs🚀
- Host: GitHub
- URL: https://github.com/sd2001/fuzzyurls
- Owner: sd2001
- License: mit
- Created: 2021-02-11T16:02:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T14:26:46.000Z (about 5 years ago)
- Last Synced: 2025-06-24T07:06:47.053Z (11 months ago)
- Topics: django, django-rest-framework, javascript, mongodb, particles-js, python3, urllib3
- Language: JavaScript
- Homepage: http://www.davgo.cf
- Size: 430 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



FuzzyUrls is available under MIT License, read the LICENSE file for more info

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