2024-06-24 01:03:16 +02:00
|
|
|
# dumptruck
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
```sh
|
|
|
|
gleam run # Run the project
|
|
|
|
gleam test # Run the tests
|
|
|
|
gleam shell # Run an Erlang shell
|
|
|
|
```
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
2024-07-02 23:18:02 +02:00
|
|
|
- [x] Handle link GET
|
|
|
|
- [x] Handle link POST
|
|
|
|
- [ ] Handle file POST
|
|
|
|
- [ ] Handle file GET
|
|
|
|
- [ ] Web Frontend
|
|
|
|
- [ ] fix config loading from env
|