mkhorin / evado-app-social

Social Network App built on Evado Declarative Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Network App

A web application built on Evado Declarative Framework provides members to share and discuss photos.

Web app built on Evado declarative framework

Docker installation

Clone application to /app

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

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

Usage

Web interface http://localhost:3000

Sign in as member:

Email: b@b.b
Password: 123456

Email: d@d.d
Password: 123456

Email: s@s.s
Password: 123456

Email: t@t.t
Password: 123456

Sign in as administrator:

Email: a@a.a
Password: 123456

Tutorial

About

Social Network App built on Evado Declarative Framework

License:MIT License


Languages

Language:JavaScript 73.8%Language:EJS 21.2%Language:CSS 5.0%