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
Built the back-end for a movie-browsing application called MFlix. Using the MongoDB Java Driver, I implemented MFlix's basic functionality. This includes basic and complex movie searches, registering new users, and posting comments on the site. I also added more features to the MFlix application. This includes writing analytical reports, increas…