AI Features
Log In
0% completed
All Lessons
Free Lessons (3)
Course Introduction
Introduction
Introduction to Web Application
The Concept of a Web Application
The Concept of HTTP
The Concept of the Database
Quiz: Introduction to Web Applications
REST API Development
The Concept of REST API
REST API Project Overview
REST API Application Initial Setup
Service Component Creation for REST API
Handler Component Creation for REST API
Connect to the MySQL Database
Add an Authentication Feature in REST API
Add a CRUD Feature for Item Data
Middleware Creation for REST API
Introduction to REST API Testing
Testing Setup for REST API
Authentication Feature Testing in REST API
CRUD Feature Testing in REST API
Quiz: REST API
GraphQL Development
The Concept of GraphQL
GraphQL Implementation Example
GraphQL Project Overview
GraphQL Application Initial Setup
Service Component Creation for GraphQL
Resolver Component Creation for GraphQL
Connect to the MongoDB Database
Add an Authentication Feature in GraphQL
Add CRUD Features for Blog Data
Middleware Creation for GraphQL
Modify the Resolver
Introduction to GraphQL Testing
Testing Setup for GraphQL
Authentication Feature Testing in GraphQL
CRUD Feature Testing in GraphQL
Quiz: GraphQL
Application Deployment
Deployment Setup for a REST API Application
Deployment Setup for GraphQL Application
Course Assessment
Assessment of Back End Development with Go
Appendix
Using Hot Reload in Go Application
Using Postman for REST API Application
Using Postman for GraphQL Application
Using MySQL Database
Using MongoDB
Home
Courses
Building a Backend Application with Go
Using MongoDB
Learn how to use MongoDB.
We'll cover the following...
Introduction
Use MongoDB on a local machine
Use MongoDB with Docker
Introduction
There are many ways to use the MongoDB Server.
...