Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 609 Bytes

readme.md

File metadata and controls

36 lines (27 loc) · 609 Bytes

event-mgmt

Web Development with JavaScript

Requirements

  • Docker
  • Node >=8.11
  • Mongodb >=3.4.0

First time setup

  • Create mongo-volume directory in the root project

  • Install project deps

    npm install
  • Bootstrap the project using lerna

    npx lerna bootstrap
  • copy .env.example into .env, and change the values of variables

    cp ./apps/api/.env.example ./apps/api/.env

Run the app

  • Using docker compose:

    docker-compose up

Connect to mongodb container

You can connect to 27018 with your mongodb client to see the data