Skip to content

Commit 4a51126

Browse files
committed
update readme
1 parent 3f09f57 commit 4a51126

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
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

0 commit comments

Comments
 (0)