Skip to content

Commit

Permalink
doc(readme): add readme (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
vit0rr authored Oct 18, 2024
1 parent 84c8665 commit 9d23745
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## Short Spot

Short Spot is a URL shortening service that allows users to shorten long URLs into short, easy-to-remember links.

## Features

#### Backend
- Shorten long URLs into short links:
![Shorten URL](./imgs/short-url.png)
- Redirect short links to the original URLs:
![Redirect URL](./imgs/redirect-url.png)

#### Frontend
WIP

## How to run
```bash
git clone [email protected]:vit0rr/short-spot.git
```

```bash
cd short-spot
```

```bash
go mod tidy
```

```bash
docker compose up
```

```bash
go run cmd/api/main.go
# or configure your GoPath and run
```
Binary file added imgs/redirect-url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/short-url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d23745

Please sign in to comment.