This is the REST endpoint and the web based administration backend of PhilleConnect. Note: The client api moved to a separate repository.
Backend code is located in /api. It uses Python-Flask. Tested on Python 3.6 or later.
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