Skip to content

🦀 Simple URL Shortener built with Rust 🦀

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

JorgeMayoral/crab-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crab Url 🦀

Simple temporal url shortener built with Rust.

Usage

Development

Configure environment variables

REDIS_URL=<redis_url>

Frontend

cd frontend
pnpm install
pnpm run dev

Backend

See all log configurations

cargo run -- -h

Run the server

cargo run

Production

The app is ready to be deployed to fly.io with a managed Redis instance.

Follow fly.io's documentation to deploy the app.

About

🦀 Simple URL Shortener built with Rust 🦀

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks