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

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

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