Hello, is there please a way to access the data via rest API: cms-json --schema data/schema.json --data data/data.json --port 3000?
Or do I have to use a json-server for that json-server data/data.json --port 3001?
curl "http://localhost:3000/node/meetings"
curl "http://localhost:3000/meetings"
Thanks.
Hello, is there please a way to access the data via rest API:
cms-json --schema data/schema.json --data data/data.json --port 3000?Or do I have to use a json-server for that
json-server data/data.json --port 3001?curl "http://localhost:3000/node/meetings"curl "http://localhost:3000/meetings"Thanks.