A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
1DATABASE_URL=postgresql://user:password@localhost/dbname 2SERVER_HOST=127.0.0.1 3SERVER_PORT=8080 4JWT_SECRET=change-me-in-production