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

fix admin-setup-token.txt

+3 -1
.gitignore
··· 6 /target 7 /release 8 release.tar.gz 9 - *.log
··· 6 /target 7 /release 8 release.tar.gz 9 + *.log 10 + .DS_STORE 11 + admin-setup-token.txt
+2
README.md
··· 19 cargo run 20 ``` 21 22 Alternatively if you want a binary form 23 ```bash 24 ./build.sh --binary
··· 19 cargo run 20 ``` 21 22 + On an empty database, an admin-setup-token.txt is created as well as pasted into the terminal output. This is needed to make the admin account. 23 + 24 Alternatively if you want a binary form 25 ```bash 26 ./build.sh --binary
-1
admin-setup-token.txt
··· 1 - fqfO6awRz3mkc2Kxunkp1uTQcXaSfGD9
···