Store and retrieve items in a fast storage
It's a Nats client that subscribed to subjects to execute CRUD operations on an ElasticSearch database to quickly add, update, get items.
- Start a minilab locally: https://github.como/jwa-lab/minilab
- Start ElasticSearch and Kibana
docker-compose up
- Start the service in dev mode which includes hot relads:
./run dev
To test this service, follow the steps listed in How to setup the Dev environment:
Then
npm run test