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