web-frameworks
web-frameworks copied to clipboard
[Gleam] Add mist
Hello @whiplash,
I'm interested in fixing this issues. Please can you provide more details and explanation abour this issues ? It will really help me. Thank you very much !
Sure @Bakugo90,
The requirement is to have a simple implementation in a folder gleam/mist
that reply to 3 routes :
- “/“ and GET request - empty response
- “/user” and POST - empty response
- “/user/{id}” GET request - id in response
The gleam
language is not yet present, so you might need to create a Dockerfile
as well as a config.yaml
file. Let's create a PR with this implementation, with your permission I'll add some dockerfiles ...
Thanks @waghanza, I just gained more understanding through your explanation.
with your permission I'll add some dockerfiles ...
No problem for this, you can go ahead !
@Bakugo90 do you have any experience using Gleam?
@whiplash,
Do you have any experience of using Gleam?
No, this is my first time hearing about it. As a newbie to open source, I'm eager to learn the things necessary to solve these issues.
hey @rawhat would you have some time for this?
Probably not to do all the scaffolding and everything. The app itself seems simple enough, though.
Thanks @rawhat could you contribute with "just" the code? O part of it? We'll work on the scaffolding and complete what's missing. It's fine if you don't have time, we thank you anyways. Keep up with the good work!