Skip to content

This a sample on how to dockerized an microservice that uses mongo db as persistence layer

Notifications You must be signed in to change notification settings

CostaRegi/nodemongodb-dockerized

Repository files navigation

How to Run

This application can run as a docker container so you do not have to install anything besides node locally.

In order to run this application you will have to have docker installed: if you do not have docker installed please check the links bellow to install it:

and Sign-up for a docker ID link Docker Hub

After finishing the installation you only need to start your containers and you should be good to use the api. To start the api and the database do

docker-compose up -d

To stop the containers do

docker-compose down

Check the Api Documentation to validate the exposed endpoints

Architecture

This a node express application with mongo db as the persistance layer. It's intent is to expose a microservice that will allow to add participants to a clinical study called new beginnings.

About

This a sample on how to dockerized an microservice that uses mongo db as persistence layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published