Skip to content

hammercode-dev/event-mgmt

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published