KPK Gallery Backend
Find a file
2025-11-22 21:18:26 -04:00
db Initial Commit 2025-11-20 02:12:40 -04:00
src Got things linted through ameba, as well as changed all instances of "[] of T" into "Array(T).new()" (ameba should've linted them out but it didn't for some reason???) 2025-11-22 21:18:26 -04:00
.ameba.yml Got things linted through ameba, as well as changed all instances of "[] of T" into "Array(T).new()" (ameba should've linted them out but it didn't for some reason???) 2025-11-22 21:18:26 -04:00
.gitignore Got things linted through ameba, as well as changed all instances of "[] of T" into "Array(T).new()" (ameba should've linted them out but it didn't for some reason???) 2025-11-22 21:18:26 -04:00
config.ini Initial Commit 2025-11-20 02:12:40 -04:00
README.md IM SO GOOD AT GIT 2025-11-20 02:17:40 -04:00
shard.yml Got things linted through ameba, as well as changed all instances of "[] of T" into "Array(T).new()" (ameba should've linted them out but it didn't for some reason???) 2025-11-22 21:18:26 -04:00
sqlite3.dll Initial Commit 2025-11-20 02:12:40 -04:00
sqlite3.lib Initial Commit 2025-11-20 02:12:40 -04:00

Seatruck - KPK Gallery Backend

To run:

shards install

crystal run src/main.cr

On Windows:

Copy sqlite3.lib to AppData/Local/Programs/Crystal/lib in your User folder first!