Closed r-scheele closed 2 years ago
The datasource database[Postgres] needs to be created before the application starts. i called it datasource.
$ psql -U postgres postgres=# CREATE DATABASE datasource WITH OWNER = postgres ENCODING = 'UTF8' LC_COLLATE = 'C' LC_CTYPE = 'C' TABLESPACE = pg_default CONNECTION LIMIT = -1;
The /data/ route requires two sql script, to function:
/data/
sample response:
{ "users": [ {....}, ] } ``
Merging this to dev so I can test the changes. Changes will be merged to main once the deployment using Docker has been fixed.
main
The datasource database[Postgres] needs to be created before the application starts. i called it datasource.
The
/data/
route requires two sql script, to function:sample response: