diff --git a/api/apiserverstart.md b/api/apiserverstart.md index 1458dc1..dad4145 100644 --- a/api/apiserverstart.md +++ b/api/apiserverstart.md @@ -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/1` \ No newline at end of file +# Example: +`http://localhost:3000/questions/1`