Visit IMDB here
MongoDB | Mongoose | Express | Node | Javascript | CSS | EJS
- As a user, I want to see a list of movie posters on the home screen of the website.
- As a user, I want to be able to click on the movie poster and be directed to a page containing more information on the film.
- As a user, I want to see a list of the actors in a movie, while on the movie show page.
- As a user, I want to be able to click on the actor's name and be directed to a page with more information on said actor.
- As a user, I want to be able to click on the movie titles under the actor's filmography and be directed to the movie's page.
- 3 key features of IMDB website
- One improvement to the user flow
- Two database models with a relationship between them
- Full CRUD
- Express
- RESTful routes
- Templating
- MongoDB
- Git - 50+ commits
- Code Style - professional
- Visual Design
- Deploy on Heroku
- DOM Manipulation ✅
- Show routes can have more than one actor per movie and more than one movie per actor ✅
- Search Bar Feature ✅
- Display actor's role in the movie on movie show route under actor name
- AUTH
- Use API Key to import data from OMDB
- Rotten Tomatoes data