ippsav / Dinoly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Rust 96.9%Language:Shell 1.7%Language:Dockerfile 1.0%Language:Makefile 0.3%