https://github.com/jeziellago/rust-url-shortener
Url shortener written in Rust
https://github.com/jeziellago/rust-url-shortener
rust url url-shortener
Last synced: 6 months ago
JSON representation
Url shortener written in Rust
- Host: GitHub
- URL: https://github.com/jeziellago/rust-url-shortener
- Owner: jeziellago
- License: mit
- Created: 2021-06-08T11:28:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T16:09:35.000Z (over 4 years ago)
- Last Synced: 2025-02-05T10:34:44.647Z (8 months ago)
- Topics: rust, url, url-shortener
- Language: Rust
- Homepage:
- Size: 49.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Url Shortener
> This is a Rust study project for the purpose of knowledge ONLY.
## Dependencies
- tokio
- warp
- redis
- percent-encoding
## Short Url Generator
```
$ cd short-url-generator
$ cargo run
```
Open browser in:
```
http://localhost:8000
```
## Shortener Redirect
```
$ cd shortener-redirect
$ cargo run
```
[![Video]()](https://user-images.githubusercontent.com/8452419/122085842-83564b00-cdd9-11eb-8167-11e162d56638.mp4)