/Dinoly

Primary LanguageRustMIT LicenseMIT

Dinoly

Description:

An URL shortner written in rust using Axum web framework with Seaorm as a database orm

Steps:

  • Make sure docker is installed on your pc.
  • Make the script executable by running chmod +x ./scripts/init_db.sh
  • Run the script to create the database and run the migrations on it by running ./scripts/init_db.sh

To be added at a later stage:

  • Caching (Redis)
  • Frontend in a different repo