Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Erik L
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Erik L
Full Stack JavaScript Techdegree Graduate 19,470 Points

Hello I need help on this express project

So I just finished watching the node.js basics course and I got the final output of the flashcard project except that I am not able to see any images at all. This is my repo https://github.com/SpaceXar20/Express-Basics-Flashcards-Project/tree/master. Could someone please help me fix the bugs?

1 Answer

Seth Kroger
Seth Kroger
56,413 Points

From what I can see you don't have any image files, at least not in the static files directory of the repo. You also have inconsistent capitalization for the directory name, "Public" for the actual directory but "public" in app.js.