8000 GitHub - perkzen/rust_shorten: 🦀 Rust REST API to shorten URLS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

perkzen/rust_shorten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Shorten

A simple URL shortener written in Rust Axum.

Features

  • adding new URLs
  • deleting URLs
  • redirecting to the original URL

Example environment variables

REDIS_URL=redis://localhost:6379
PORT=3000

Running the app

After setting the environment variables, run the following command:

API documentation will be available at http://localhost:3000/docs.

cargo run

Running the tests

cargo test

About

🦀 Rust REST API to shorten URLS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0