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 Building a MEAN Application Introduction to the MEAN Stack Setting Up an Express Application

Christopher Parke
Christopher Parke
21,978 Points

everything is finished?

I forked the Repo as instructed and I have a version where everything is finished. I'm not sure what went wrong.

Steven Parker
Steven Parker
229,670 Points

You might want to make a snapshot of your workspace and provide the link here so we can look at the issue.

It would also help if you explain just what the issue is in a bit more detail.

1 Answer

Seth Kroger
Seth Kroger
56,413 Points

The git repo has tagged commits for each video. They provide snapshots of the code as the project progresses. You aren't required to use any beyond the starting one for this video but they are useful if you get stuck midway and need a clean starting point.

Toward the bottom of the Teacher's Notes there are instructions to checkout the starting code as a new git branch.

git clone <your-fork>
cd mean-todo
git checkout tags/s1v3 -b setting-up-an-express-application