Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.05 KB

README.md

File metadata and controls

57 lines (46 loc) · 1.05 KB

Evado Party

Social network web application created on Evado Declarative Framework.

A simple social network for chatting guests at a virtual party. Registered users can make friends, propose toasts, discuss and share them with others.

Typical installation

Install environment

Linux

Clone application to /app

cd /app
npm install
NODE_ENV=development node console/install
NODE_ENV=development node console/start

Windows

Clone application to c:/app

cd c:/app
npm install
set NODE_ENV=development
node console/install
node console/start

Docker installation

Clone application to /app

cd /app
docker-compose up -d mongo
docker-compose up --build installer
docker-compose up -d server

Usage

Web interface http://localhost:3000

Login as party member:

Email: [email protected]
Password: 123456

Login as administrator:

Email: [email protected]
Password: 123456