qforms
v0.61.0
Published
A fullstack framework/platform based on Express and React for building Web UI for databases.
Readme
QForms
A fullstack framework/platform based on Express and React for building Web UI for databases.
Supports MySql, Postgres, MongoDB.
Containers
name image port user:password
------------------------------------------------------------------------
qforms-postgres-test postgres:12-alpine 5433 postgres:example
qforms-postgres-sample postgres:12-alpine 5434 postgres:examplesample database
cd db/postgres/sample
./01-docker.run.sh # run docker container
./02-docker.create.sh # create sample database
./03-docker.restore.sh # restore db from sample.sqlCLI Options
srcDirPath=../name/appsMake npm module ready for linking
$ npm linkBuild
$ npm run buildRelease
$ npm run releaseDeploy
$ npx run deployDocker
$ npm run docker:build
$ npm run docker:run