Skip to content

Software Development at Program Tom LTD

Place for coding, programming, development and software in general.

Menu
  • Blog
  • PDF Booklets
  • Dev Utils & Content
  • Java Spring Boot Or Web Apps
  • English
    • български
    • English
    • Español
    • Português
    • हिन्दी
    • Русский
    • Deutsch
    • Français
    • Italiano
    • العربية
  • About Us
Menu

App Store for Apps – Java Backend

App Store for Apps - Java Backend

$19.99

Categories: Java, Spring (Boot) / Quarkus, Vaadin 24+
  • Description

Description

This is a Java-based backend application for an App Store, built using Spring Boot. The application utilizes Vaadin for building a user-friendly admin interface and Spring Repository for database operations. It has placeholder configuration for two databases that you could set up with minimal effort: MariaDB and H2 Database.

Features

  1. CRUD Operations: The application provides Create, Read, Update, and Delete (CRUD) operations for managing apps in the store.
  2. Admin Interface: A user-friendly interface built with Vaadin for administrators to interact with the app store.
  3. REST Endpoints: Simple REST endpoints are provided for publicly accessing apps, allowing users to retrieve app information.

Technologies Used

  1. Spring Boot: The framework used for building the backend application.
  2. Vaadin: Used for building a user-friendly admin interface.
  3. Spring Repository: For database operations and managing data access.
  4. MariaDB and H2 Database: Supported databases for storing app information.

Configuration

  • The app is build using Maven.
  • For not the build config is as Web archive (WAR), but it could be changed at any time

MariaDB Configuration

To configure the application to use MariaDB, add the following properties to your application.properties file:

spring.datasource.url=jdbc:mariadb://localhost:3306/appstore
spring.datasource.username=root
spring.datasource.password=password
spring.jpa.hibernate.ddl-auto=update

H2 Database Configuration

To configure the application to use H2 Database, add the following properties to your application.properties file:

spring.datasource.url=jdbc:h2:mem:testdb
spring.jpa.hibernate.ddl-auto=update

REST Endpoints

The following REST endpoints are provided for publicly accessing apps:

  1. GET /apps?search={your_query}: Retrieves a list of all available apps.

Admin Interface

The admin interface is built using Vaadin and provides the following features:

  1. App List: A table displaying all available apps.
  2. Create App: A form for creating new apps.
  3. Update App: A form for updating existing app information.
  4. Delete App: A button for deleting an app.

CRUD Operations

The following CRUD operations are supported:

  1. Create App: Creates a new app with the provided information.
  2. Read Apps: Retrieves a page of your entered apps.
  3. Update App: Updates existing app information.
  4. Delete App: Deletes an app by its ID.

Example Use Cases

  1. Admin User: An admin user logs in to the app store and uses the admin interface to create, update, or delete apps.
  2. Public User: A public user accesses the app store and uses the REST endpoints to retrieve information about available apps. The idea is to be used by another PoC:  https://programtom.com/dev/product/flutter-web-desktop-user-interface-proof-of-concept/

Code Structure

The code is structured into the following packages:

  1. com.programtom.application_center_app.rest: Contains REST endpoint controllers.
  2. com.application_center_app.models: Defines app-related data models.
  3. com.application_center_app.repositories: Provides Spring Repository implementations for database operations.
  4. com.application_center_app.services: Defines business logic services for app management.
  5. com.application_center_app.views: Contains Vaadin UI components and views.

This app integrates (and requires) with several other Micro Services Developed at Program Tom LTD:

  • Google Login https://programtom.com/dev/product/google-login-to-program-tom-apps-micro-service/
  • JWT Token App https://programtom.com/dev/product/jwt-token-app-micro-service/
  • Actions Logging App https://programtom.com/dev/product/actions-logging-application-spring-boot/
  • Devices of Users: https://programtom.com/dev/product/devices-of-users-micro-service-application/

Related products

  • Hashing Spring Boot Micro Service

    Hashing Spring Boot Micro Service

    $4.99
    Add to cart
  • Placeholder

    Notes App – Online – Without Authentication – Spring Boot – Source Code

    $15.00
    Add to cart
  • Application Devices of Users

    Devices of Users Micro Service Application

    $4.99
    Add to cart
  • Application Level - IP White List - Micro Service

    Application Level – IP White List – Micro Service

    Read more
  • Prompt-to-Production: How AI is Forcing Us to Build Higher Quality Software
  • Debug Web View Flutter App
  • Skipping AI? You’re a Relic – Time to Evolve or Perish!
  • 2026 Flutter Launch Blueprint: Your 10-Step Checklist to App Store Domination
  • Product Requirements Document – for different software development levels

Categories

  • Apps (25)
  • ChatGPT (27)
  • Choosing a Framework (38)
  • Flutter (281)
  • Graphical User Interface (14)
  • Marketing (119)
  • Software Development (292)
  • Spring (45)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (16)

Tags

Algorithms (9) crypto (29) flutterdev (39) General (86) Java (7) QR & Bar Codes (3) Software Dev Choices (33) Spring Boot (1) standards (1) Theme (3) User Authentication & Authorization (9) User Experience (10) Utilities (19) WordPress (11)

Product categories

  • All Technologies (87)
    • Flutter Apps (26)
    • GPT (4)
    • Java (39)
    • Native Android (3)
    • PHP (9)
    • Spring (Boot) / Quarkus (36)
    • Utils (15)
    • Vaadin 24+ (28)
    • Vaadin 8 (1)
  • Apps (18)
    • Employees DB (1)
    • Notes (6)
    • Personal Budget (1)
    • Recipes Book (1)
    • Stuff Organizer (1)
    • To-Do (2)
  • PDF Books (3)
  • Source Code Generators (8)

Recent Posts

  • Prompt-to-Production: How AI is Forcing Us to Build Higher Quality Software
  • Debug Web View Flutter App
  • Skipping AI? You’re a Relic – Time to Evolve or Perish!
  • 2026 Flutter Launch Blueprint: Your 10-Step Checklist to App Store Domination
  • Product Requirements Document – for different software development levels

Post Categories

  • Apps (25)
  • ChatGPT (27)
  • Choosing a Framework (38)
  • Flutter (281)
  • Graphical User Interface (14)
  • Marketing (119)
  • Software Development (292)
  • Spring (45)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (16)