https://github.com/free-programmers/urlshorter-ezlink
URLShorter-ezLINK is a simple yet powerful url shorter web application, written in ReactJs+ Python (Flask and Django)
https://github.com/free-programmers/urlshorter-ezlink
django flask javascript mysql python3 react reactjs restapi restframework restframework-serializer restframwork tailwind-css vite
Last synced: about 1 year ago
JSON representation
URLShorter-ezLINK is a simple yet powerful url shorter web application, written in ReactJs+ Python (Flask and Django)
- Host: GitHub
- URL: https://github.com/free-programmers/urlshorter-ezlink
- Owner: free-programmers
- License: gpl-3.0
- Created: 2024-07-03T19:10:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T13:23:36.000Z (about 1 year ago)
- Last Synced: 2025-04-27T14:26:35.092Z (about 1 year ago)
- Topics: django, flask, javascript, mysql, python3, react, reactjs, restapi, restframework, restframework-serializer, restframwork, tailwind-css, vite
- Language: Python
- Homepage: https://github.com/free-programmers/
- Size: 553 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ EZ link is a URL shorter service that helps you make short URLs.
๐จ tech stack:
java script
react+vite
python
Django+Flask
## ๐ผ๏ธ demo


## ๐ง how to install
git clone https://github.com/free-programmers/URLShorter-ezLINK
## ๐install dependencies
cd web
npm install
cd server
cd Django
pip install -r requirements.txt
python3 manage.py runserver