Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conradoqg/meajudafi-stack
Scripts, specs and configs to setup the stack of meajudafi web site.
https://github.com/conradoqg/meajudafi-stack
Last synced: 11 days ago
JSON representation
Scripts, specs and configs to setup the stack of meajudafi web site.
- Host: GitHub
- URL: https://github.com/conradoqg/meajudafi-stack
- Owner: conradoqg
- License: mit
- Created: 2018-11-06T18:11:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T17:37:32.000Z (over 2 years ago)
- Last Synced: 2024-11-12T06:07:09.488Z (2 months ago)
- Language: Makefile
- Homepage: https://meajudafi.com.br
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# meajudafi-stack
Scripts and templates to setup the stack of [meajudafi](meajudafi.com.br) web site.
Technology and Requirements
----This project uses the following stack:
- [PostgreSQL](https://www.postgresql.org/) as the database;
- [React](https://reactjs.org/) as the front-end framework;
- [Postgrest](http://postgrest.org) as the back-end;
- [PGAdmin](https://www.pgadmin.org/) as the database UI;
- [Node.js](https://nodejs.org) for the background worker;
- [MicroK8s](https://microk8s.io/) as a kubernetes.It requires the following tool to be installed:
- [MicroK8s](https://microk8s.io/) as a kubernetes, with DNS, ingress and a default storage class;
- [Make](https://www.gnu.org/software/make/) as build tool;
- [Kubetpl](https://github.com/shyiko/kubetpl) as k8s template rendering.To install do:
```sh
$ make
$ sudo make install
```## Related repositories
- [meajudafi-front-end](https://github.com/conradoqg/meajudafi-front-end)
- [meajudafi-workers](https://github.com/conradoqg/meajudafi-workers)License
----
This project is licensed under the [MIT](LICENSE.md) License.