Skip to content

Commit a7108fd

Browse files
authored
Merge pull request #84 from OleSeifert/fix-up-project
2 parents b0b386e + a24190b commit a7108fd

2 files changed

Lines changed: 52 additions & 2 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Samadrita Saha, René Rockstedt, Ekansh Agrawal, Yash Raj, Ole Seifert
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,24 @@
66

77
This repository contains the code for the software lab "Automatic Conformance Checking Insights in Celonis", offered by the Chair for [Process and Data Science](https://www.pads.rwth-aachen.de/) at RWTH Aachen University.
88

9+
## Contents
10+
11+
1. [Installation](#installation)
12+
1. [Developer Installation](#developer-installation)
13+
1. [Code Style](#code-style)
14+
2. [Commit Style](#commit-style)
15+
3. [Code Review Style](#code-review-style)
16+
2. [Starting the Backend Server](#starting-the-backend-server)
17+
3. [Starting the Frontend Server](#starting-the-frontend-server)
18+
4. [Contribution Workflow](#contribution-workflow)
19+
5. [Architecture](#architecture)
20+
6. [Contributors](#contributors)
21+
922
## Installation
1023

24+
>[!NOTE]
25+
> For an updated installation guide have a look at the [hosted documentation](https://oleseifert.github.io/Auto-Conformance-Checking/installation.html).
26+
1127
For installing the project's dependencies, we recommend using [uv](https://docs.astral.sh/uv/) as it operates very quickly.
1228
To install the project's dependencies using uv, follow these steps:
1329

@@ -46,7 +62,7 @@ It ensures that all commit messages follow the same format and are descriptive a
4662
We should follow this [code review styleguide](https://github.com/iai-group/guidelines/blob/main/github/Code_review.md).
4763
It ensures that the code review process runs as smoothly as possible.
4864

49-
## Starting the backend Server
65+
## Starting the Backend Server
5066

5167
On the main branch you can start the backend server.
5268
This works if you have installed all dependencies, as well as created a `.env` file at the root of the directory.
@@ -69,7 +85,7 @@ This starts the backend server by default on port `8000` on your localhost.
6985
If you navigate to [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) you see the FastAPI Swagger documentation for the endpoints.
7086
Currently there exists only one endpoint to upload an event log, which you can also try via documentation.
7187

72-
## Starting the Frontend
88+
## Starting the Frontend Server
7389

7490
To start the frontend server, you have to checkout the `frontend-integration` branch.
7591
The detailed startup is written in [this readme file](./frontend/README.md).
@@ -82,6 +98,19 @@ In addition to that, the main branch is protected, so there cannot be any commit
8298

8399
## Architecture
84100

101+
>[!NOTE]
102+
> For an updated architecture diagram, have a look at the [hosted documentation](https://oleseifert.github.io/Auto-Conformance-Checking/architecture.html).
103+
85104
Below is an architecture suggestion, with which we can start out if all team members agree on it.
86105

87106
![Image of architecture](./docs/source/_static/architecture.svg)
107+
108+
## Contributors
109+
110+
The following people have contributed on this project:
111+
112+
- [Samadrita Saha](https://github.com/samadrita-saha)
113+
- [René Rockstedt](https://github.com/stormjoker2000)
114+
- [Ekansh Agrawal](https://github.com/ekansh18)
115+
- [Yash Raj](https://github.com/YashRajRobotics)
116+
- [Ole Seifert](https://github.com/OleSeifert)

0 commit comments

Comments
 (0)