https://github.com/josiahbull/url-shortener
https://github.com/josiahbull/url-shortener
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/josiahbull/url-shortener
- Owner: JosiahBull
- License: mit
- Created: 2021-07-19T10:07:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T07:13:55.000Z (over 2 years ago)
- Last Synced: 2025-03-11T05:48:33.993Z (3 months ago)
- Language: Rust
- Size: 993 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Url Shortener
A simple REST web-app which allows one to create shortened urls, returning them to the user. When a url is clicked on, it redirects to the original site.
## Usage
```bash
```