Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 401 Bytes

Mongo-Redis-Express Rest API

This project try to explain how you can use this three technologies togheter.

Installation

We need to have installed Docker and Docker Compose. After that we can run the project, in the root directory run:

> docker-compose -f docker/docker-compose-dev.yml up

And have fun!