Go to file
Luca Bilke cb79ef5547
test / test (push) Failing after 14s Details
WIP
2024-06-28 18:16:00 +02:00
.forgejo/workflows WIP 2024-06-28 18:16:00 +02:00
src WIP 2024-06-28 18:16:00 +02:00
test WIP 2024-06-28 18:16:00 +02:00
.editorconfig WIP 2024-06-28 18:16:00 +02:00
.gitignore WIP 2024-06-28 18:16:00 +02:00
README.md WIP 2024-06-28 18:16:00 +02:00
gleam.toml WIP 2024-06-28 18:16:00 +02:00
manifest.toml WIP 2024-06-28 18:16:00 +02:00

README.md

dumptruck

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

TODO

  • Handle link GET
  • Handle link POST
  • Handle file POST
  • Handle file GET
  • Switch to cuid
  • Full unit test coverage
  • Web Frontend