152 B
152 B
Start the server:
json-server db.json -p 4000
Question endpoint:
http://localhost:3000/questions
Example:
http://localhost:3000/questions/1
json-server db.json -p 4000
http://localhost:3000/questions
http://localhost:3000/questions/1