Skip to content

URLShorter-ezLINK is a simple yet powerful url shorter web application, written in ReactJs+ Python (Flask and Django)

License

Notifications You must be signed in to change notification settings

free-programmers/URLShorter-ezLINK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 EZ link is a URL shorter service that helps you make short URLs.

🔨 tech stack:

java script
    react+vite
python
    Django+Flask

🖼️ demo

GitHub repo size

GitHub contributors

image image

🚧 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