You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the video, before starting Angular.js, when requesting "/movie", the mangodb collections shown up, I added some data in my db but I didn't get the expected result.
What I did to mongodb:
db.movie.save({title:"Let it go", url:"https://www.youtube.com/watch?v=L0MK7qz13bU"})
But I got "Cannot GET /movie" after requsting localhost:3000/movie
Could anybody help me with it? Thanks.
The text was updated successfully, but these errors were encountered:
In the video, before starting Angular.js, when requesting "/movie", the mangodb collections shown up, I added some data in my db but I didn't get the expected result.
What I did to mongodb:
db.movie.save({title:"Let it go", url:"https://www.youtube.com/watch?v=L0MK7qz13bU"})
But I got "Cannot GET /movie" after requsting localhost:3000/movie
Could anybody help me with it? Thanks.
The text was updated successfully, but these errors were encountered: