https://github.com/bravo68web/rust-shuttle-url-sh
A Url Shortener microservice build with Rust
https://github.com/bravo68web/rust-shuttle-url-sh
microservice rocket rocket-rs rust rust-lang serverless shuttle shuttle-rs url-shortner
Last synced: about 2 months ago
JSON representation
A Url Shortener microservice build with Rust
- Host: GitHub
- URL: https://github.com/bravo68web/rust-shuttle-url-sh
- Owner: BRAVO68WEB
- Created: 2022-06-16T04:17:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T04:42:43.000Z (about 4 years ago)
- Last Synced: 2025-06-04T18:54:05.262Z (about 1 year ago)
- Topics: microservice, rocket, rocket-rs, rust, rust-lang, serverless, shuttle, shuttle-rs, url-shortner
- Language: Rust
- Homepage: https://b68-ufm-mc.shuttleapp.rs/
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# b68-ufm-mc
Trying out [shuttle](https://www.shuttle.rs/), a serverless rust microservice framework.
## Plus Points
- No need to care about database
- Serverless
- Fast deploy times
## More Info
- Uses [Rocket](https://rocket.rs/) as to create Web Server
## What's Build here
A Url Shortener microservice
### Create
```bash
curl -X POST -d '' https://b68-ufm-mc.shuttleapp.rs/
```
This returns shortened URL in the response
## Project Structure
- src
- main.rs
- migrations
- main
- create_table.sql
- Cargo.toml