Hello ╰(°▽°)╯, This is Lilac Milena’s English Blog
Deploying a Vercel-based short link service
A Chinese version of this page is available here
🎉 Features
- No server
- Automatically prevents generation of duplicate short URLs
- Background administration page
- Add Short URL
- Short URL List
- Delete Short URLs
- Customize URL
- Fast access to third-party authentication systems
- API
- Can be used for secondary development
- Database Cache
😎Demo
Test link: https://go.muna.uk/eXw8n
📃 API Documentation
🎄 Deployment
Part 1
Claiming the Mongodb database Since the short link service needs to store URL data, you need to request a free Mongodb database from Mongodb.com for data storage.
…