Scripts and templates to setup the stack of meajudafi web site.
This project uses the following stack:
- PostgreSQL as the database;
- React as the front-end framework;
- Postgrest as the back-end;
- PGAdmin as the database UI;
- Node.js for the background worker;
- MicroK8s as a kubernetes.
It requires the following tool to be installed:
- MicroK8s as a kubernetes, with DNS, ingress and a default storage class;
- Make as build tool;
- Kubetpl as k8s template rendering.
To install do:
$ make
$ sudo make install
This project is licensed under the MIT License.