To fetch a record use the {id} as a params e.g https://phonebook-7auv.onrender.com/api/persons/{id}
- GET - https://phonebook-7auv.onrender.com/api/persons
- GET - https://phonebook-7auv.onrender.com/api/persons/{id}
- POST - https://phonebook-7auv.onrender.com/api/persons along side the data in the body
- PUT - https://phonebook-7auv.onrender.com/api/persons/{id} along side the data in the body
- DELETE - https://phonebook-7auv.onrender.com/api/persons/{id}
- 3.1: Phonebook backend step1
- 3.2: Phonebook backend step2
- 3.3: Phonebook backend step3
- 3.4: Phonebook backend step4
- 3.5: Phonebook backend step5
- 3.6: Phonebook backend step6
- 3.7: Phonebook backend step7
- 3.8: Phonebook backend step8