- create a POST endpoint for Book - this will help insert data into the database - add route - receive request with request body - add validations - add comment to potentially insert database - return 200 - /api/book {request body} {response} - 200 / 201 (created) - http status codes