Environment File Storage website with API & frontend
This application is intended to use within dcape project as storage for config files with web frontend. It uses apisite binary and contains only sql and html/js code.
Also this project may be considered as apisite example application which demonstrates:
- template includes
- API interface & docs
- API calls from templates & javascript
git clone --depth=1 --recursive https://github.com/apisite/app-enfist.git
cd app-enfist
make config
# [edit .env: set PGHOST=db and API_SITE]
make docker-db-create
make build-docker
make docker-install-poma
make -s dc CMD="run cmd make poma-create"
make up
insert into pers.enfist_tag select * from env.tag;
- set/get index form fields via cookies
- solve
<nil>
output in templates
The MIT License (MIT), see LICENSE.
Copyright (c) 2018 Aleksei Kovrizhkin [email protected]