An open API service indexing awesome lists of open source software.

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)

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

GitHub repo size
GitHub contributors

![image](https://github.com/free-programmers/URLShorter/assets/57840939/54a784e1-c58c-44d4-9301-289694809fba)
![image](https://github.com/free-programmers/URLShorter/assets/57840939/ba762717-2b3b-4695-b91e-bfcb363a2ebe)

## ๐Ÿšง 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