Running Backend
Setting Up
- Run
yarn install inside dating-core folder.
- Run
yarn install inside dating-face folder.
- Run
yarn docker:dev inside dating-core folder to start the project.
Running yarn docker:dev
- It builds the image for
dating-core and dating-face.
- It will start all services:
dating-core: core module.
dating-face: will be available on port 3004.
mongo: will be available on port 27017.
redis: as an adapter for sockets, will be available on port 6379.
nginx: as a reverse proxy for services routing, will be available on port 3000.