PyNg is a dockerized stack containing:
- a PostgreSQL database
- a backend REST service powered by a python Flask app (SQLAlchemy, Restless) and exposed using Gunicorn
- a frontend volume for an Angular build
- a NGINX web server
- 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 tofrontend/ - run
./reset.sh