R. S. Doiel, rsdoiel@caltech.edu
Caltech Library, Digital Library Development
2024-04-19
Is Newt and “off the shelf” software enough to create metadata curation applications?
newt init app.yaml
newt model app.yaml
newt generate app.yaml
Renders SQL, PostgREST conf, Mustache templates
createdb
and psql
createdb app
psql app -c '\i setup.sql'
psql app -c '\i models.sql'
psql app -c '\dt'
should this be automated too?
newt run app.yaml
Point your web browser at http://localhost:8010 to test
Not yet, hopefully in late May 2024.