I’m building an Angular project that is the client-side app for an already function server-side app that I created. It’s an app that finds movies, allows you to favorite movies, etc. Everything works except the ‘FavoriteMovies’ part. I open the app locally, and when I click on a movie poster to favorite it, it basically freezes the app. It doesn’t save the movie, and I can’t click on anything else.
I can get the server side to work with a different client-side app I built so it’s not a server problem. I guess I’m not connecting to the ‘favorite movies’ part of the server app somehow? I will provide my GitHub for my angular client side, and another github for the server side:
client-side: https://github.com/chrisspenceratx/myFlix-client-Angular
server-side: https://github.com/chrisspenceratx/myFlix-server_5b
Please help?
chrisspencer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.