📄️ 1.1 Writing Conventions
This chapter introduces the writing conventions used in the GoFrame microservices tutorial, including code simplification principles, command line usage standards, and code omission explanations to help readers better understand the tutorial content.
📄️ 1.2 Architecture Overview
An overview of the Proxima Notebook project's microservices architecture, including the functional separation of user and word services, and the role and responsibilities of the API gateway, detailing inter-service communication methods and core gateway functions.
📄️ 1.3 Environment Setup
A comprehensive guide to setting up the development environment for GoFrame microservices projects, including Go language configuration, GoFrame framework installation, gRPC toolchain setup, and installation instructions for related dependencies.
📄️ 1.4 Project Initialization
A detailed guide on initializing a microservices project using the GoFrame CLI tool, including creating a Monorepo repository, configuring dependencies, and setting up the project structure.
📄️ 1.5 Source Code
Access the tutorial project's source code, including the GitHub repository link and detailed information about the MIT open source license.