I have my json database (db.json) stored on Json-server at this URL: http://localhost:3000/places
Now I am looking to transfer this json database to a real hosting service.
The main question here is how can I access the 'places' array in db.json using the URL of the real hosting site?
An example approach that is not functioning (just for clarification purposes):
https://domaindomain.org/db.json[places] or https://domaindomain.org/db.json[0]