File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# 🚀 EZ link is a URL shorter service that helps you make short URLs.
22
33
4- 🔨 Build with: react+vite and Django+Flask
4+ 🔨 tech stack:
5+
6+ java script
7+ react+vite
8+ python
9+ Django+Flask
10+
11+ ### demo
512
613<img alt =" GitHub repo size " src =" https://img.shields.io/github/repo-size/free-programmers/URLShorter-ezLINK " >
714<img alt =" GitHub contributors " src =" https://img.shields.io/github/contributors/free-programmers/URLShorter-ezLINK " >
815
916
1017![ image] ( https://github.com/free-programmers/URLShorter/assets/57840939/54a784e1-c58c-44d4-9301-289694809fba )
1118![ image] ( https://github.com/free-programmers/URLShorter/assets/57840939/ba762717-2b3b-4695-b91e-bfcb363a2ebe )
19+
20+
21+ ## how to install
22+
23+
24+ git clone https://github.com/free-programmers/URLShorter-ezLINK
25+
26+
27+ ## install dependencies
28+
29+ cd web
30+ npm install
31+
32+ cd server
33+ cd Django
34+ pip install -r requirements.txt
35+ python3 manage.py runserver
You can’t perform that action at this time.
0 commit comments