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.
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.