Code Monkey home page Code Monkey logo

swkom-paperless's Introduction

swkom-paperless

This is the semester project for the Software Component Systems course at FH Technikum Wien, WS 2023.

Overview

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.

Architecture

Prerequisites

  • Docker
  • Docker Compose
  • Java 17 and Maven for building the jar files (this will be automated by Docker in the future)

Getting Started

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:

  1. Clone the repository: git clone https://github.com/lorenzdoe/swkom-paperless.git
  2. Navigate to the project directory: cd swkom-paperless
  3. Build jar files for the backend and ocr service
    • cd backend
    • mvn clean package
    • cd ../ocr
    • mvn clean package
    • cd ..
  4. Start the application: docker-compose up
  5. Open your web browser and navigate to http://localhost:8001

Features

  • Document upload and management
  • Document search and filtering
  • Document sharing with other users

Authors

This project was created by Ana Matic, Amelie Boehme and Lorenz Doellinger.

License

This project is licensed under the MIT License. See the LICENSE file for details.

swkom-paperless's People

Contributors

amelie1987 avatar ana-m-v avatar lorenzdoe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.