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

philleconnect/Rechnerverwaltung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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