Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 504 Bytes

Rechnerverwaltung

This is the REST endpoint and the web based administration backend of PhilleConnect. Note: The client api moved to a separate repository.

Backend

Backend code is located in /api. It uses Python-Flask. Tested on Python 3.6 or later.

Frontend

Frontend code is located in /ui. It uses Framework7 and Webpack. You'll need nodejs and npm for building and running the development setup. Useful commands:

  • Setup: npm install
  • Build: npm run build-prod
  • Run: npm run start