File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# SHORTISH
2
2
3
- Shortish is a URL shortening webapp which is used to shorten any url .
3
+ Shortish is a URL shortening webapp which is used to shorten any URL. Shortish also gives you a choice to customize your shortened URLs .
4
4
5
5
## Instructions
6
6
7
- 1 . Get the source code on your pc via git.
7
+ 1 . Get the source code on your pc via git and navigate inside the folder through your terminal .
8
8
9
9
```
10
10
git clone https://github.com/altruistcoder/URL_Shortener
11
11
```
12
- 2 . Create a virtual environment.
12
+ 2 . Create a virtual environment and navigate inside it .
13
13
14
14
```
15
15
virtualenv venv
@@ -21,7 +21,7 @@ Shortish is a URL shortening webapp which is used to shorten any url.
21
21
```
22
22
For mac users:
23
23
24
- source venv/ bin/activate
24
+ source bin/activate
25
25
26
26
For windows users:
27
27
@@ -41,4 +41,4 @@ Shortish is a URL shortening webapp which is used to shorten any url.
41
41
python manage.py migrate
42
42
python manage.py runserver
43
43
```
44
- 8 . That's it, shortish is ready. You can run it at [ 127.0.0.1:8000/ ] ( 127.0.0.1:8000/ ) .
44
+ 8 . That's it, Shortish is ready. You can run it at [ 127.0.0.1:8000] (127.0.0.1:8000).
You can’t perform that action at this time.
0 commit comments