Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 692 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 692 Bytes

A microservice developed with Node.js and Seneca toolkit

  • 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.

How to run

NOTE: This is assuming you already have a working docker instance installed on your machine.

  1. Open terminal
  2. Navigate to the project root directory
  3. Enter and run the command docker-compose up
  4. Open your favorite browser
  5. Navigate to http://localhost:3000/