Link to project: https://movie-tracker-ykx0.onrender.com
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.
- Clone repo
- run
npm install
- run node server.js
- Navigate to localhost:9000