An URL shortner written in rust using Axum web framework with Seaorm as a database orm
- 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
- Caching (Redis)
- Frontend in a different repo