Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coffee-cup/shortener
- Owner: coffee-cup
- Created: 2021-06-05T20:31:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T22:28:28.000Z (about 1 year ago)
- Last Synced: 2024-04-09T11:26:06.753Z (10 months ago)
- Topics: link-shortener, railway, rust, svelte
- Language: Rust
- Homepage: https://cheryl.fun
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)