Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

mzmessenger/mzm-infra

Repository files navigation

mzm-infra

Get started

start middleware

# infra
$ docker-compose up

# init db
$ npm install
$ ./init_mogodb.js --password=example --user=mzm --user_password={{password}} --port=27018

start components

frontend

backend

socket

auth

# start frontend
$ cd mzm-frontend && npm start

# start backend
$ cd mzm-backend && npm start

# start socket
$ cd mzm-socket && npm start

# start auth
$ cd mzm-auth && npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published