Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 694 Bytes

Movie Tracker

Thumbnail Link to project: https://movie-tracker-ykx0.onrender.com

How It's Made:

Tech used: EJS, CSS, JavaScript, Node.js, Passport.js, MongoDB

This application is a movie tracker where users can add and delete movie entries and are also able to move movies to movies watched once hearted. It uses Node.js and Express.js for server-side logic. EJS templates handle front-end rendering, and MongoDB stores tasks and user data. Passport.js manages user authentication, with routes for login, signup, and logout.

Installation

  1. Clone repo
  2. run npm install

Usage

  1. run node server.js
  2. Navigate to localhost:9000