Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 251 Bytes

About

  • Shortel is a lightweight, secure and simple open-source Rust application, generating shorter links for your URLs

Architecture

  • POST get_all
  • POST new_token (by URL)
  • POST get_url (by token)

Tools

  • Rocket
  • Rust
  • Serde
  • Diesel ORM