Movie List Mini App

Simple application for users to add movies to their movie list built using TypeScript and TMDb API

Demo

Screen Shot 2023-02-15 at 5 54 56 PM 2

Dependencies

This application was built with these key dependencies

  • Mongoose, Express, React, Node

Installation

You need NodeJS installed to build and run this demo. Afterwards these two CLI commands will start a local server, where by you can access the demo at http://localhost:3000/

npm install
npm start