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.
Clone application to /app
cd /app
npm install
NODE_ENV=development node console/install
NODE_ENV=development node console/start
Clone application to c:/app
cd c:/app
npm install
set NODE_ENV=development
node console/install
node console/start
Clone application to /app
cd /app
docker-compose up -d mongo
docker-compose up --build installer
docker-compose up -d server
Web interface http://localhost:3000
Login as party member:
Email: b@b.b
Password: 123456
Login as administrator:
Email: a@a.a
Password: 123456