Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coffee-cup/shortener

Dead simple link shortener hosted on Railway
https://github.com/coffee-cup/shortener

link-shortener railway rust svelte

Last synced: 8 days ago
JSON representation

Dead simple link shortener hosted on Railway

Awesome Lists containing this project

README

        

# Shortener

Dead simple URL shortener implemented with [Rocket](https://rocket.rs) and [Svelte](https://svelte.dev/)

Live 👉 [cheryl.fun](https://cheryl.fun/)

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fcoffee-cup%2Fshortener&envs=BASE_URL&BASE_URLDesc=URL+that+the+site+is+hosted+at)

## Development

- Ensure you have the [Rust toolchain install](https://rustup.rs/)
- Install Node deps: `yarn`
- Run both server and client in watch mode: `yarn deps`
- Visit [localhost:8000](http://localhost:8000)