This project focuses on building a robust CRUD API using Express.js, TypeScript, and MongoDB. The goal is to create a scalable backend system that can perform Create, Read, Update, and Delete operations on movie data. Leveraging modern web development technologies, the project aims to demonstrate best practices in API design, database integration, and TypeScript usage.
- Clone this repo
- install the dependencies
npm i
- run the script using
npm run start