ChatiumFor developersPlaygroundPricing
Sign in

Getting Started


The easiest way to master a technology is to create something small that demonstrates the core concepts. We will be creating a microservice:

Art Catalog with Ordering Capability

We developed such a service for our online drawing school. The school teaches drawing. We provide each student with the opportunity to create a page showcasing their own works and sell them. Every artist can come, create their page, and display their works. They can then share this page on Instagram or give it to potential clients.

Such a service increases loyalty and generates organic traffic to the school's website. A similar concept can be devised in any niche.

You can see the code for this example here, and you can view a demo.

This is a fairly basic example where any business can replace the artist, and any products can replace the paintings, but we will use this example to gradually learn the technology.

  1. Open the development environment
  2. Create the first page
  3. Connect styles
  4. Create a data table
  5. Switch to VSCode
  6. Display a list of records
  7. Add a product card
  8. General layout for pages
  9. Add an order form
  10. Add a "Thank You for Your Order" page