A URL shortener
Go to file
willem640 21ea7ba28a Add small readme 2024-06-09 17:24:51 +00:00
assets Initial commit 2023-04-22 22:30:58 +00:00
src Add helper, updaet TODO, add app.db to gitignore 2023-05-24 14:48:15 +00:00
templates Initial commit 2023-04-22 22:30:58 +00:00
.gitignore Add helper, updaet TODO, add app.db to gitignore 2023-05-24 14:48:15 +00:00
Cargo.lock Initial commit 2023-04-22 22:30:58 +00:00
Cargo.toml Initial commit 2023-04-22 22:30:58 +00:00
README Add small readme 2024-06-09 17:24:51 +00:00
TODO Add helper, updaet TODO, add app.db to gitignore 2023-05-24 14:48:15 +00:00

README

This is a small project that runs a webserver with tracking pixels. It's currently more of a proof-of-concept, and many features (the DB connector, the web server itself, password hashing, etc.) could use some work. There's a small start on a rewrite in full-rewrite.