- a small microservice for managing books (CREATE, READ, UPDATE, DELETE)
- still a work in progress
- using express and mongodb
- with as little external dependencies I could build it with
- a refresher for building an API in node.js
- a reference template for a future mini microservice
- [] add tests for entities
- [] add validation for everything
- [] add caching and optimize returns
- [] add scripts for security vulnerability and audit
- [] add tests for actions and data layer with in memory db
- [] flip dependencies from express into injected httprequest and httpresponse
- include postman file for easier validation