Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 431 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 431 Bytes

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