/rusty-shortener

A little url shortener written in rust with actix web and sqlx

Primary LanguageRust

Rusty shortener

A simple url shortener api, based on pocket link shortener platform.

Stack

  • sqlx
  • actix-web
  • actix-web-validator
  • dotenv

Setting env

Just paste your database url (postgres)

DATABASE_URL=""

Run in watch mode

 cargo watch -x run