Skip to content

Centennial-College/COMP308-w2018-asn4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Seneca microservice which provides CRUD functionalities for items, and basic express application serving as GUI.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published