Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting Readme.md to remove exercise branch placeholder #31

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# liferay-course-objects Repository
# Mastering Data Modeling with Liferay Objects

This repository contains the Liferay Course Objects materials.

The main branch is the starting point for the course, and the other branches have the results from the end of the module exercises.
This repository contains the Mastering Data Modeling with Liferay Objects course materials.

## Table of Contents

- [Bundle Preparation](#bundle-preparation)
- [Starting and Stopping the Bundle](#starting-and-stopping-the-bundle)
- [Exercise 01: Adding Data Models for Clarity's Distributor Solution](#exercise-01-adding-data-models-for-claritys-distributor-solution)

## Bundle Preparation

Expand Down Expand Up @@ -56,12 +53,3 @@ Once you have prepared your Liferay bundle, you can start and stop it using the

By following these steps, you can effectively manage the lifecycle of your Liferay bundle, ensuring a smooth development and testing process.





## Exercise 01: Adding Data Models for Clarity's Distributor Solution

In this exercise, you will learn how to add data models to enhance the clarity of the distributor solution. This involves creating and configuring the necessary data structures to support the application's functionality. Follow the steps outlined in the course materials to complete this exercise successfully.

The solution for this exercise is under the `exercise-01` branch.