tipi-lang/examples/web/README.md
2026-01-13 21:29:45 +01:00

7 lines
No EOL
324 B
Markdown

* currently needs postgres on the default port
* user 'postgres'
* password 'boompje'
* run ```cargo run -- --source examples/web --watch```
* see ```main.tp``` for the database queries
* and head to http://localhost:3000/api/customer
* optionally, adjust the database ddl, update the query in db.tp, and recheck the outpout