Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 713 Bytes

url-shortener-rust

build build

A URL shortener backend API based on John Crickett's Build Your Own URL Shortener coding challenge.

To get a Redis instance up and running:

docker compose up

To run the application:

cargo run

To test the application:

cargo test