Skip to main content

Running Backend

Setting Up

  1. Run yarn install inside dating-core folder.
  2. Run yarn install inside dating-face folder.
  3. 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.