This is the semester project for the Software Component Systems course at FH Technikum Wien, WS 2023.
swkom-paperless
is a web application that allows users to manage their documents digitally. The frontend is built with Angular and can be found at github.com/paperless-ngx/paperless-ngx.git, while the backend is a Spring Boot application. The application can be started using Docker Compose.
- Docker
- Docker Compose
- Java 17 and Maven for building the jar files (this will be automated by Docker in the future)
To run the application, you will need to have Docker and Docker Compose installed on your machine. Once you have those installed, follow these steps:
- Clone the repository:
git clone https://github.com/lorenzdoe/swkom-paperless.git
- Navigate to the project directory:
cd swkom-paperless
- Build jar files for the backend and ocr service
cd backend
mvn clean package
cd ../ocr
mvn clean package
cd ..
- Start the application:
docker-compose up
- Open your web browser and navigate to
http://localhost:8001
- Document upload and management
- Document search and filtering
- Document sharing with other users
This project was created by Ana Matic, Amelie Boehme and Lorenz Doellinger.
This project is licensed under the MIT License. See the LICENSE
file for details.