Project Overview
Explore the project overview for building a scalable Go API with MongoDB focused on a movie review system. Learn about the two user systems—Admin and Movie Lovers—including their authentication processes, role-specific features, and how to manage movies, reviews, and users. Understand key concepts like authentication, authorization, and JWT handling essential for robust API development and deployment.
We'll cover the following...
Note: Please keep in mind that the images in this lesson are purely for illustration purposes. These are just to show examples of where the API can be used.
The project
We’re building a movie review system API called Shive. Web and mobile developers will be able to make use of our API in their applications. At the end of the project, we will have made:
A hosted functional Go API connected to a MongoDB database ...