Course Introduction
120021. Learning Objectives
- Learn how to connect web pages to a database.
- Learn simple enterprise-level application development.
2. Target Audience
Students who want to learn how to connect web pages to a backend database and develop simple enterprise-level application software (with user and permission management features).
3. Prerequisite Knowledge and Skills
- Course 002 (Web Pages, HTML, Javascript, VueJS, and VuetifyJS)
- Course 003 (MySQL Database, Navicat, SQL Language)
4. Learning Content
- Learn to use the jianghu-init tool to generate enterprise-level web application projects
- Understand the basic structure of web applications
- Familiarize with the front-end page templates and script code of the JianghuJS framework
- Understand the communication protocol for front-end and back-end connections in the JianghuJS framework
- Learn about the configuration of pages, data interfaces, and permission management in the JianghuJS framework back-end
- Study commonly used templates in JianghuJS
5. Introduction to JianghuJS Framework
- The JianghuJS framework is a software toolkit designed to support the development of web applications suitable for enterprise use. This framework helps developers build enterprise-level web applications that meet complex business requirements, are flexible to customize, and include user and permission management features.
- For beginners, the JianghuJS framework provides a simple and easy-to-learn enterprise-level framework, offering a convenient pathway for newcomers to learn quickly.
6. Tools Required for This Course: NodeJS
In this course, you will use NodeJS. Visit the NodeJS official website and click the red box to download.
Double-click the downloaded package, follow the prompts, select the default options, and proceed with the installation.
7. Learning Resources
- Jianghu User Manual
- VueJS Official Website
- VuetifyJS Official Website