Project information
- Project Category: Web
- Project Background: Personal project 2022
- Project URL: See Angular project on GitHub
- Project URL: See React project on GitHub
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.