myFlix-Angularweb app

Angular & Typescript

Live version GitHub Repo (Frontend) GitHub Repo (Backend)

This app allows the user to create an account. Upon account creation the user can log in. After authentication (HTTP and JWT authentication) and authorization a movie list is fetched from the NoSQL database MongoDB. The user has the ability to update its profile and to add/remove movies as favourites. The user has the ability to logout at any time.

The project was built by using Angular in combination with TypeScript and is using the backend API that were also created for the "myFlix" project written in React. For documentation the TSDoc library was used.

Tools & methods used

Back to Top