Skip to content

Example system demonstrating Volga in real-world application scenarios.

License

Notifications You must be signed in to change notification settings

RomanEmreis/shorty-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shorty-rust

URL Shortner Service on Volga

Setup

Install diesel CLI

Here is the comprehensive tutorial

Run the Database Migrations

export DATABASE_URL=<your db connection string>
diesel migration run

Run the API

cd shorty
cargo run

Run the UI

cd shorty-ui
trunk serve

About

Example system demonstrating Volga in real-world application scenarios.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published