This is a simple REST API for a Book collection. The following functionality is available:
- Find All
- Find By Id
- Create
- Update
- Delete
There is also a simple webpage at http://localhost:3000
that documents how the API endpoints and sample input/outputs. There is also a sample Postman Collection that can be used for testing (however the ids may need to be changed.)
- Clone the project
npm install
npm start