Skip to content

Mudi-Igbinoba/my-movie-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Movie Database

A full stack app to save your top 10 favorite movies

Table of contents

Overview

The challenge

Users should be able to:

  • Search for any movie of their choice and see details regarding their search
  • Add any movie of their choice to their list
  • View more details about a particular movie from their list
  • Compare their personal rating to the movie's IMDB raring
  • Sort their list based on title and year
  • Search through their list
  • Delete any movie of their choice from their

Screenshot

  • Homepage download
  • Add Movies Page download
  • View All Movies download
  • View Single Movie Details download

Links

  • Solution URL: Repo
  • Live Site URL: Live

How to Install

  • Clone this repository to your local machine: git clone https://github.com/your-username/your-repo.git
  • Install dependencies in both the frontend and backend folders

cd frontend npm install

cd backend npm install

  • Create a .env file in both the frontend and backend directories and add necessary environment variables.

How to Run App

  • Frontend cd frontend npm run dev Your frontend application should be running at http://localhost:5173.

  • Backend cd backend npm start

My process

Built with

Author

Releases

No releases published

Packages

No packages published