https://github.com/un4gt/link2short
Easy Short Link Service
https://github.com/un4gt/link2short
Last synced: 3 months ago
JSON representation
Easy Short Link Service
- Host: GitHub
- URL: https://github.com/un4gt/link2short
- Owner: un4gt
- Created: 2023-07-08T06:41:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T18:04:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T06:23:38.517Z (5 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# link2short
Easy Short Link ServiceA short link service using [Redis](https://github.com/redis/redis) and [Actix_web](https://github.com/actix/actix-web) .
## Test screenshot
The tests were carried out using [postman](https://www.postman.com/).### create short link
### use the short link
### check all the short links
## References
This project references this [video](https://www.bilibili.com/video/BV1Pd4y1k7sD) and [tiny_url](https://github.com/snack8310/tiny-url).## TODO
1. - [ ] Add `/delete` route
2. - [ ] Optimize the function of getting all links
3. - [ ] Add a simple web page using [tera](https://github.com/Keats/tera)Welcome to issue and pull request.