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

feat: Create a monoreopo for apollon2 #11

Merged
merged 13 commits into from
Dec 16, 2024

Conversation

egenerse
Copy link
Collaborator

@egenerse egenerse commented Dec 9, 2024

Issue: ls1intum/Apollon2#2

partially for:

  • Library
  • Server App
  • Web App

Description

This pr is following of this commit
PR establishes a monorepo structure for Apollon, consolidating related projects into a single repository for better manageability and collaboration. The monorepo includes the following components:

  • standalone/server: Backend services supporting Apollon.
  • standalone/webapp: The Apollon standalone application.
  • Library: The core Apollon library.

Changes Introduced

To implement the monorepo structure effectively, the following changes were made:

  • Configured Prettier* to enforce consistent code format.
  • Added Husky pre-commit hooks to automate linting and formatting checks.
  • Defined commit message rules to maintain a clean and meaningful commit history (e.g., following conventional commits).

Project Organization:

  • Structured the monorepo into the following folders:
    • standalone/: Contains the Server and Webapp.
    • library/: Contains the Apollon library.

Goals of the Monorepo

  • Simplify dependency management and ensure consistency across projects.
  • Provide a unified development environment to enhance collaboration and reduce duplication.
  • Set a strong foundation for future scalability and maintainability of Apollon.

@egenerse egenerse linked an issue Dec 9, 2024 that may be closed by this pull request
6 tasks
@egenerse egenerse self-assigned this Dec 9, 2024
@kurunbelemir kurunbelemir self-requested a review December 10, 2024 15:54
@egenerse egenerse closed this Dec 15, 2024
@egenerse egenerse force-pushed the 2-issue-create-a-monoreopo-for-apollon2 branch from 696add2 to f67ca6c Compare December 15, 2024 17:30
@egenerse egenerse deleted the 2-issue-create-a-monoreopo-for-apollon2 branch December 15, 2024 17:31
@egenerse egenerse restored the 2-issue-create-a-monoreopo-for-apollon2 branch December 15, 2024 17:31
@egenerse egenerse reopened this Dec 15, 2024
@kurunbelemir
Copy link
Collaborator

Can you update Readme according to changes and how to build and run? Thank you overall the structure looks good. @egenerse

@egenerse egenerse merged commit 47fab64 into main Dec 16, 2024
@egenerse egenerse deleted the 2-issue-create-a-monoreopo-for-apollon2 branch December 16, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue: Create a monoreopo for Apollon2
2 participants