generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Emil Balitzki edited this page Jun 17, 2024
·
16 revisions
Welcome to the Building Information Enhancer
project wiki! Here you can find all the relevant information about the project's architecture and its APIs. To read more about a specific topic, browse the sidebar or use the quick links below.
- System Architecture - The main architecture of the system, including all its components, communication between them, and a list of available API endpoints.
- CI-CD Pipeline - The description and the diagram of the CI-CD pipeline of the project.
- Meeting notes - An archive of our meeting notes from our team meetings.
A short description of the main technologies we use for the project. For a more detailed list, read our Software Bill of Material.
- Backend
-
C#
- backend programming language -
.NET
- backend framework -
SQL
database - main database to use, with other databases possible in the future, such as MongoDB and others.
-
- Frontend
-
Typescript
- frontend programming language -
React
- frontend framework -
Vite
- build tool for faster and leaner development experience for modern web projects -
Apache HTTP Server
- web server for serving frontend files -
Material UI
- components library for easier development of frontend
-
- DevOps (CI/CD Pipeline)
-
Docker
- deployment of both frontend and backend as containers -
Docker Compose
- management of multiple Docker images -
GitHub Actions
- CI/CD automatic functions on push/pull requests -
Eslint
- frontend linting -
Backend Unit Tests & linting
Dotnet - Hetzner Hosting Ubuntu Servers - test and production environments
-