Code Monkey home page Code Monkey logo

abrechnung's Introduction

abrechnung 🧾

Production Build Backend Test

abrechnung 🧾 ist eine Web App die:

  • Reisekosten- (inkl. automatischer Pauschalen Berechnung auch für internationale Reisen),
  • Auslagen- und
  • Krankenkosten-Abrechnungen

digital und einfach möglich macht.

abrechnung-DE-SMALL.mp4

Pauschalbeträge

pauschbetrag-api

Wechselkurse

InforEuro

Dieser statische Währungsrechner zeigt den offiziellen monatlichen Buchungskurs der Europäischen Kommission für den Euro und die durch den Rechnungsführer im Einklang mit Artikel 19 der Haushaltsordnung festgelegten Umrechnungskurse an.

API

API Documentation

Deploy

Using prebuilt docker images:

services:
backend:
image: davidloe/abrechnung-backend
restart: always
depends_on:
- db
# volumes:
# - ./reports/travel:/reports/travel #BACKEND_SAVE_REPORTS_ON_DISK
# - ./reports/expenseReport:/reports/expenseReport #BACKEND_SAVE_REPORTS_ON_DISK
# - ./reports/advance:/reports/advance #BACKEND_SAVE_REPORTS_ON_DISK
# - ./reports/healthCareCost:/reports/healthCareCost #BACKEND_SAVE_REPORTS_ON_DISK
ports:
- ${BACKEND_PORT}:${BACKEND_PORT}
env_file:
- .env
frontend:
image: davidloe/abrechnung-frontend
restart: always
depends_on:
- backend
ports:
- ${FRONTEND_PORT}:80
env_file:
- .env
db:
image: mongo
restart: always
volumes:
- db_data:/data/db
volumes:
db_data:

ℹ Don't forget to specify environment variables in a .env file or directly in the compose.yml.

Run

Gitpod

Click below to launch a ready-to-use Gitpod workspace in your browser.

Open in Gitpod

Local

  1. Install Docker & Docker Compose
  2. Copy .env.example to .env and adapt if needed
  3. Run docker compose up
  4. Open http://localhost:5000 and login with professor:professor

ℹ You can change ports and URLs in the .env file

Schema

Schema

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.