An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# link2short
Easy Short Link Service

A 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
![image](https://github.com/4EverM/link2short/assets/81068011/c8bcc4c8-365c-44f0-a12b-e47bc03a1dd3)

### use the short link
![image](https://github.com/4EverM/link2short/assets/81068011/2b5df136-8c3b-4e94-885a-f21932484c50)

### check all the short links
![image](https://github.com/4EverM/link2short/assets/81068011/e1c602ac-ec05-4512-bfa2-e86dff2313b0)

## 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.