A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
at master 225 B view raw
1# by default, simplelink uses an sqlite db in /data, to use a postgres db, set DATABASE_URl 2# DATABASE_URL=postgresql://user:password@localhost/dbname 3SERVER_HOST=127.0.0.1 4SERVER_PORT=8080 5JWT_SECRET=change-me-in-production