Momen Docs
Go to Momen
  • Get Started
    • Introduction
    • Quick Start
    • Software Development Process
    • Editor Overview
  • Changelog
    • Latest Product Update
  • Build UI
    • Pages
    • Components
    • Canvas
    • Layout
    • Component - Display
    • Component - Input
    • Component - View
    • Component - List
    • Component - Tab View
    • Component - Select View
    • Component - Conditional View
    • Component - Others
    • Component - Map
    • Custom Component
  • Data
    • Overview
    • Data Model and Database
    • API
    • Variable
    • Parameter
    • Formula and Conditions
  • Actions
    • Overview
    • Request
    • Navigation
    • Actionflow
      • Custom Code
      • Database Trigger
    • AI
      • AI Data Model
      • AI Point
      • Vector Data Storage and Sorting
    • User Actions
    • Component Management
    • App and Page Management
    • Toast Notifications & Modal
    • Payment
    • SSO
    • Share
    • Location
    • File Management
    • QR Code
    • Clipboard
    • Conditional
    • Loop
  • Release and Growth
    • Publish Application
    • Upgrade Project
    • Multiple Clients
    • Permission
    • Log Service
    • SEO
    • Hosting Files
  • My Account and Community
    • My Wallet
    • Promoting Momen
    • Code Component
    • Collaboration
  • Debugging
    • How to Debug in Momen
    • Request Error Reference
  • Tutorial
    • How to Build an AI Needs Analysis Project?
    • How to Set Up Payment with Stripe Plugin?
    • How to Embed an Iframe Component into Your Momen Project?
    • How to Build Your Login Page?
    • How to Convert Momen App to Native Mobile App?
    • How to Build a CMS (MVP Version) in Hours?
    • How to Set a Countdown Timer When Sending a Verification Code
  • Template
    • AI Mental Health Assistant
    • Angry Dietitian
    • AI Help Center
    • AI Knowledge Base
    • SaaS Corporate Site
    • Blog
    • AI Feedback Tool
    • Feedback Tool, a Nod to Canny
    • Portfolio
    • Online Courses, a Nod to Udemy
    • Mobile Auto Repair AI Scheduler
Powered by GitBook
On this page
  • Introduction
  • I. Basic Project Operation Logic
  • II. Learn How to Create Your Online Course Website
  • III. Website Preview
  • About Momen
  1. Template

Online Courses, a Nod to Udemy

Learn how to use Momen's online course template to build your online course website.

PreviousPortfolioNextMobile Auto Repair AI Scheduler

Last updated 2 days ago

Introduction

Introducing Momen's online course template. With this template, you can build your own website for knowledge sharing, content management, and monetization. This guide will introduce the basic logic of this template and how you can build your own website with it.

I. Basic Project Operation Logic

【Homepage】: The initial page that your users will see. It showcases the value, popular courses, and testimonials of the website. You can also add sections of other content.

【Course】: A page that displays all listed courses. Users can proceed to purchase by clicking "Buy Now." The payment functionality is enabled through our built-in Stripe integration, without the need for additional plugins.

【My Learning】: This is the user center page where the user can modify their personal information and see their purchased courses.

II. Learn How to Create Your Online Course Website

Understanding the Data Model

【User】: This data table stores all of your users' information. Only the admin will have access to it.

【Course】: This data table stores all the information of courses. It has one-to-many relations with other related tables, meaning that other tables can reference the information in the 【Course】 table.

【Order】: This table stores the information of orders, relating to 【User】 and 【Course】. This means it can reference the information in these two tables.

Database Management

III. Website Preview

Click on the "Preview" button to generate the preview link.

Once the preview is complete, you can make further changes by returning to the editor.

If everything looks good and you have checked for any errors, click on "Publish" to publish the website.

About Momen

The database is where you can browse and manage all your data. You can manage your courses, orders, and users here. For more information, please refer to .

To learn how to manipulate data and bind it with the frontend, please refer to and .

is a no-code web app builder that allows users to build fully customizable web apps, marketplaces, social networks, AI apps, enterprise SaaS, and much more. You can iterate and refine your projects in real-time, ensuring a seamless creation process. Meanwhile, Momen offers powerful API integration capabilities, allowing you to connect your projects to any service you need. With Momen, you can bring your ideas to life and build remarkable digital solutions, getting your web app products to market faster than ever before.

Database Operation
Data Retrieval and Display
Data Input and Modification
Momen