Skip to content

eventchat/server

Repository files navigation

EventChat Server

Build Status

This repository contains the source code for the EventChat App.

Dependencies

Before installing the server, make sure that you have the following softwares installed and running.

  • Node.js
  • MongoDB
  • Redis

Installation

Install node.js modules:

make dep

Run the server: (Note that you have to set the environment variables when running the server)

EVENTCHAT_REDIS_URL="redis://localhost:6379" \
EVENTCHAT_DB_URL="mongodb://localhost/eventchat" \
EVENTCHAT_SECRET="random string" \
make server

Run test

make test

Releases

No releases published

Packages