forked fromSpimy/spimy.link
- Notifications
You must be signed in to change notification settings - Fork0
Kadantte/spimy.link
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A URL Shortener web application.
I have decided on a relatively simple project because I wanted to give Rust a try. As such, the backend is built on Rust.
Moreover, I have always avoided React because I am not a fan of bringing HTML into JS throught JSX, but I have finally decided that it's about time I give it a try.
In other words, this project is for me to learn React and Rust. I do, however, plan to make use of this project once it is complete.
Unfortunately, there was no way to get aspi.my
domain for this project. That's why I ended up withspimy.link
. Using a subdomain from myspimy.dev
domain would defeat the purpose of a short url.
Subject to changes as I am still experimenting and figuring things out.
- User authentication throughhttps://account.spimy.dev
- Authentication through API key
- Shorten URL to
https://spimy.link/{id}
- Dashboard for list of links from users
- Number of use tracking
- Donation (with benefits)