Start the Orca Sightings service: a tutorial
To start the Orca Sightings service:
- Open a terminal window and
cdto the location of thejson-serverapp. - Start the service by typing
json-server orca-sightings-db.json. The service starts and lists some information to show it’s running.
user@macbookair ~ % json-server orca-sightings-db.json
\{^_^}/ hi!
Loading orca-sightings-db.json
Done
Resources
http://localhost:3000/users
http://localhost:3000/sightings
Home
http://localhost:3000
Also see more Tutorials or the API reference.