For this weekend's project we'll full stack clone TMDB.

We'll combine all the knowledge we've learned throughout this course including but not limited to the following

This should be a fun and challenging weekend project that pushes you to test yourself.

Enjoy!

What You'll Learn

The features below will have you touching many parts of the codebase.

Front end & backend knowledge/skills/expertise is what it will take to complete these features.

Now we need to implement the same functionality on a different resource, movies.

Now we need to implement the same functionality on a different resource, reviews.

const review = {
  body: "This movie was awesome!",
  id: ObjectId("60a6201f71822014c9eb9469"),
  movieId: ObjectId("60a6201f71822014c9eb9469"),
  userId: ObjectId("60a6201f71822014c9eb9460"),
};

Grade

Description

F

All requirements done.

C

All requirements done and the site is beautifully styled.

A

All requirements and bonus bonus features implemented beautifully.