You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
migrations | 7 months ago | |
src | 3 weeks ago | |
static | 3 weeks ago | |
.editorconfig | 7 months ago | |
.gitignore | 3 weeks ago | |
Cargo.lock | 2 weeks ago | |
Cargo.toml | 2 weeks ago | |
README.md | 7 months ago | |
build.rs | 7 months ago |
README.md
char.lt
- website (
static
folder) - filedump (
misc
folder - gitignored) - personal url shortener :)
- random gen prefix with
_
+ mixed-case 5-char alphabetical - custom links: anything goes (randoms take precedence though so maybe dont prefix
_
)
- random gen prefix with
setup
$ touch data.db
$ export DATABASE_URL="sqlite://data.db"
$ sqlx migrate run
$
$ cd static/inter
static/inter $ # download inter.zip from GitHub and extract the contents of 'Inter Web'
static/inter $ cd ../../
$
$ cargo run --release
[...]
Listening at http://127.0.0.1:8000