Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 973 Bytes

File metadata and controls

15 lines (13 loc) · 973 Bytes

pyng

PyNg is a dockerized stack containing:

Usage

  • download this repository
  • set the config in .env
  • configure your backend/api.py
  • in your Angular app, use the prefix '/api/[...]' to call the backend
  • build your Angular app and copy the dist/ content to frontend/
  • run ./reset.sh