6 lines
152 B
Markdown
6 lines
152 B
Markdown
# Start the server:
|
|
`json-server db.json -p 4000`
|
|
# Question endpoint:
|
|
`http://localhost:3000/questions`
|
|
# Example:
|
|
`http://localhost:3000/questions/1`
|