-
A data microservice has been created using Node.js and the Seneca toolkit. The microservice provides CRUD operations for an items entity.
-
An Express application has been created to test the microservice.
-
This microservice stores the data locally for persistent storage.
-
This app is meant to be deployed and run in docker containers.
NOTE: This is assuming you already have a working docker instance installed on your machine.
- Open terminal
- Navigate to the project root directory
- Enter and run the command docker-compose up
- Open your favorite browser
- Navigate to http://localhost:3000/