next-app/api/apiserverstart.md
Alex Stan 819760817e Fix the API port conflict and improve docs (#3)
Co-authored-by: Alex Stan <alex.stan.2010@proton.me>
Co-committed-by: Alex Stan <alex.stan.2010@proton.me>
2024-06-01 11:13:52 +03:00

7 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`