rust-url-shortener

Using Rust to make a very small project

Stars
6

Rust URL Shortener

The purpose of this project is to test my skills with the Rust language, yet delivering something useful.

TODO:

  • The backend application, with:
    • a POST route to enshorten an URL
    • a GET route to retrieve and redirect into the original URL
  • The frontend counterpart, yew looks good enough to do this job
  • Authentication
  • Benchmarks?