Project information
- Project Category: Web
- Project Background: Personal project 2022
- Project URL: See project on GitHub
myFlix-client Movie App - React Application
Overview
This is the React version of the Angular App project. It is also a web app that provides users with access to information about movies, directors, and genres. Users can sign up, update personal data, and create a list of favorites. Server-side and client-side were developed using the MERN stack.
It is a RESTful API using React, 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.
Purpose & Context
myFlix is my personal project built as part of my web development course at CareerFoundry educational institution to demonstrate my mastery of full-stack web development.
Objective
The aim of the project was to have a grounded full-stack project that I will be able to add to my professional portfiolio. The project aims to build the complete server-side and client-side for the application from scratch
- In this case using the React framework.