Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 890 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 890 Bytes

🚀 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