You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/app/about/page.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
sidebarTitle: About
3
-
description: Learn about Nextra's history, team, and contributors, and explore how open-source technologies power Nextra's features.
3
+
description: Discover the technologies behind FlowInquiry, including Spring Boot, Next.js, PostgreSQL, Liquibase, Hibernate, Shadcn, TailwindCSS and others. Learn how these frameworks power our platform.
Copy file name to clipboardexpand all lines: src/app/developer_guides/backend/database_migration/page.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: Learn how to run database migrations for FlowInquiry using Liquibase. Follow step-by-step instructions to apply schema changes and manage versioning efficiently.
3
+
---
4
+
1
5
# Database Migration
2
6
3
7
We use Liquibase as a database migration tool to manage and version database schema changes. It allows us to create, modify, and track schema updates in a structured and consistent manner. By using Liquibase, we ensure seamless schema evolution across environments,
Copy file name to clipboardexpand all lines: src/app/developer_guides/backend/getting_started/page.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: Get started with FlowInquiry's back-end development using Spring Boot and PostgreSQL. Learn how to set up the project, configure the environment, and run the application.
Copy file name to clipboardexpand all lines: src/app/developer_guides/backend/high_level_architect/page.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: Explore the high-level architecture of FlowInquiry's back-end, built with Spring Boot, PostgreSQL, and other components. Learn about its modular design, APIs, and scalability.
3
+
---
4
+
1
5
# High Level Architect
2
6
3
7
The FlowInquiry Backend is the core service layer of the FlowInquiry application, responsible for handling business logic, data management, event-driven actions, and integrations. It provides RESTful APIs to interact with the FlowInquiry Frontend and other systems, ensuring secure, scalable, and efficient operations. The backend adheres to a modular design where each component has a distinct responsibility to enhance maintainability and extensibility.
Copy file name to clipboardexpand all lines: src/app/developer_guides/deployment/docker/page.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: Deploy FlowInquiry with Docker using our step-by-step guide. Learn how to set up containers, configure environments, and run the application seamlessly.
Copy file name to clipboardexpand all lines: src/app/developer_guides/frontend/getting_started/page.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: Get started with FlowInquiry's front-end development using Next.js, TypeScript, and TailwindCSS. Learn how to set up the project, configure the environment, and contribute to the open-source platform seamlessly.
Copy file name to clipboardexpand all lines: src/app/developer_guides/frontend/project_structure/page.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: Explore the project structure of FlowInquiry's front-end, built with Next.js, TypeScript, and TailwindCSS. Understand the directory layout, key components, and best practices for efficient development and contribution.
3
+
---
4
+
1
5
# Project Structure
2
6
3
7
FlowInquiry is a [Next.js](https://nextjs.org/) 15 application that follows the standard project structure and utilizes the App Router for routing. The structure is designed to ensure modularity, scalability, and ease of maintenance. Below is a detailed description of the main components:
description: Learn how to contribute to FlowInquiry, an open-source project. Follow the guidelines for setting up the environment, submitting pull requests, and collaborating with the community.
3
+
---
4
+
1
5
# Contribution Welcome
2
6
3
7
We warmly welcome contributions to this project! Whether you want to report bugs, share ideas, fix issues, or develop new features, your input is highly valued. By participating, you help us improve the project and make it more useful for everyone. Contributions can take many forms, from submitting bug reports and proposing enhancements to writing code or improving documentation. Feel free to explore the project, and don’t hesitate to get involved. Together, we can make this project even better!
Copy file name to clipboardexpand all lines: src/app/developer_guides/page.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
description: Nextra is a framework built on top of Next.js that enables the creation of content-focused websites. It combines the robust features of Next.js with enhanced capabilities for crafting Markdown-based content.
2
+
description: Discover the programming languages and development tools powering FlowInquiry. Built with Java, TypeScript, Python, and AI-driven automation, FlowInquiry leverages modern frameworks, databases, and cloud-native technologies for seamless ticket management and workflow customization
0 commit comments