Aka coloring book.
A simple gallery/timeline to collect images. This is meant to be a place where you can collect (among other things) pixel art you created.
Currently only file upload and deletion is supported.
deployment
- clone repo
- build project with
./build.sh - run with
docker compose up -d - visit http://localhost:8080
development
(Nix + Direnv is recommended, this setup will provide needed dependencies automatically)
cd feandpnpm install --frozen-lockfile- run with
pnpm run dev
in a separate shell:
cd beandcargo run
- It is supposed to be easily usable and nice to look at.
- I do not recommend exposing this to the web as the API allows users to fill up your disk in no time.
- This is my first project with an API and Docker images, so if you have any suggestions on best-practices, feel free to open an Issue or a PR.
- Let's hope this will help me pursue learning pixel art.
general:
specifics:
- icons: https://icons.pqoqubbw.dev/?q=upl
- form-validation: Zod
- dates: date-fns
- toast messages: sonner
