A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.

Update README.md

authored by nekomimi.pet and committed by

GitHub 374b5382 fd36858e

+1 -1
+1 -1
README.md
··· 10 10 ### From Source 11 11 First configure .env.example and save it to .env 12 12 13 - The project will not run withot DATABASE_URL set. (TODO add sqlite support) 13 + If DATABASE_URL is set, it will connect to a Postgres DB. If blank, it will use an sqlite db in /data 14 14 15 15 ```bash 16 16 #set api-domain to where you will be deploying the link shortener, eg: link.example.com, default is localhost:8080