Mini Map
Log In
API Development in Go Using MongoDB
0%
1.
Recap of Go Programming
About this Course
Data Types and Variables
Conditional Statements and Loops
Functions and Scopes
Arrays and Structs
Quiz on the Basics of Go Language
2.
Introduction to Mongo DB
Basics of Databases
Comparing SQL and NoSQL
Introduction to MongoDB
Quiz on Databases
3.
API Guidelines
Introduction to Application Programming Interface (API)
API Design Guidelines
Go Frameworks
API Documentation
Quiz on API Guidelines
4.
User Management
Project Overview
Authentication and Authorization
User Account Creation
Managing Login and Understanding JWTs
Creating the Authentication Middleware File
Fetch User Details
Fetch All Users
Exercise: Create a New User
Quiz on User Management
5.
Genre Operations
Genre Module Workflow
Create a Genre
Fetch a Specific Genre
Fetch All Genres
Update a Genre
Delete a Genre
Exercise: Search Genre by Name
Quiz on Genre Operations
6.
Movie Records
Movie Module Workflow
Creating a Movie
Fetch One Movie
Fetch All Movies
Update a Movie
Searching for a Movie
Filtering Movies by Genre
Delete a Movie
Exercise: Create a New Movie
Quiz on Movie Records
7.
Movie Reviews
Add a Movie Review
View All Reviews on a Particular Movie
Deleting a Review
Fetch All User Reviews
Exercise: Update Movie Reviews
Quiz on Movie Reviews
8.
Appendix
Project Tools and Setting Up the Project Database
Project Setup
9.
Wrap Up
Conclusion
Project
Premium
Build a Programmer Skill Querying Website with React and Golang
API Development in Go Using MongoDB
/
...
/
Quiz on API Guidelines
Quiz on API Guidelines
Let's go over what we've learned about API Guidelines so far.
We'll cover the following...
...