GoLink is a personal short link site.
- Fork this repo;
- Deploy your fork on Vercel;
- Create a MongoDB Atlas database or use an existed one;
- Add your records into the database;
- Link your database to Vercel project;
- Redeploy your Vercel project;
- Everything is done!
GoLink use collection go-link.links
Every record should have parameters alias
and to
.
A example:
{"_id":{"$oid":"6469ac98bcb4f96ed8338996"},"alias":"/blog/","to":"https://blog.bluemangoo.net"}