There were a number of differences between the current Angular version and the one used in the course. Therefore I did not finish building it out, but the API portion will work if you have a mongdb set up.
Sample node app built as part of the Understand Node udemy course found at: https://www.udemy.com/understand-nodejs/
- User can add, edit, and delete
todo
items (strings) - Each todo can be marked as complete
- Each todo can have one optional file attachment
- One person cannot access the todos of another