Movie API (Backend)

Movie API Logo

Overview

This is the server-side component (REST API) for a movie web application. It allows frontend applications to access a database of movies, directors, and genres. It also handles user registration, authentication, and data security.

Objective

The goal was to build a RESTful API using Node.js and Express that interacts with a non-relational database (MongoDB). The project required implementing CRUD (Create, Read, Update, Delete) methods and adhering to security standards.

Tech Stack

Key Features



← Back to Work