cmda-bt / be-course-17-18

๐ŸŽ“ Backend ยท 2017-2018 ยท Curriculum and Syllabus ๐Ÿ’พ
Other
47 stars 19 forks source link

Listing assignment #494

Closed Karinliu closed 6 years ago

Karinliu commented 6 years ago

https://github.com/Karinliu/listening

The first four were doable. Even though I had to do a lot of research on the internet. But de last one where the server should respond with a nice looking list of files in the /images directory i did not know how to do it.

rijkvanzanten commented 6 years ago

Hey @Karinliu! Quick tip for next time, add the installation and usage instructions to the readme ๐Ÿ™‚

rijkvanzanten commented 6 years ago

Good job! The code looks solid. The package you use to read the filesystem (fs) also has methods available to read directories. Maybe this answer on StackOverflow can help you out?