/microservices-using-express

Microservices using Express, mongodb and Docker is a powerful way to create applications. It is a combination of Express (for the web application framework), mongodb (for the data storage), and Docker that gives developers the ultimate power to create performant and scalable applications.

Primary LanguageTypeScript

Simple microservice using express.

This is simple microservice app developed using node with typescript.

Requirements

Docker

Getting Started

Run the app

yarn start or docker compose up --build