mirror of
https://github.com/4rkal/shortr.git
synced 2024-11-10 03:57:22 +02:00
Update README.md
This commit is contained in:
parent
c1fc3dd16e
commit
04dc9ae612
18
README.md
18
README.md
@ -1,3 +1,21 @@
|
|||||||
# shortr
|
# shortr
|
||||||
|
|
||||||
A blazingly fast url shortener, written in go
|
A blazingly fast url shortener, written in go
|
||||||
|
|
||||||
|
## Instaallation
|
||||||
|
The first step is cloning this repo:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git clone https://github.com/4rkal/shortr && cd shortr
|
||||||
|
```
|
||||||
|
Now you can run the application via docker.
|
||||||
|
|
||||||
|
### Using docker
|
||||||
|
Assuming that you have docker compose installed simply run
|
||||||
|
|
||||||
|
```
|
||||||
|
docker compose up
|
||||||
|
```
|
||||||
|
|
||||||
|
Now the application should be available by vissiting `localhost:8080`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user