Fix the API port conflict and improve docs #3

Merged
graphite merged 1 commit from graphite/api-port-fix into main 2024-06-01 11:13:52 +03:00

View file

@ -1,3 +1,6 @@
`json-server db.json` # Start the server:
`json-server db.json -p 4000`
# Question endpoint:
`http://localhost:3000/questions` `http://localhost:3000/questions`
`http://localhost:3000/questions/1` # Example:
`http://localhost:3000/questions/1`