Project information

Angular App project - myFlix

myFlix is a web app developed using the MERN stack, that provides users with access to information about movies, directors and genres.
It is a RESTful API using Node.js and Express, that interacts with a non-relational database (MongoDB). The API can be accessed via commonly used HTTP methods like GET or POST. To retrieve data from and store data in the database, CRUD methods are used. The API provides movie information in JSON format. Users are able to create an account, update their personal profile(data) and also create a list of favorite movies.