mkhorin / evado-app-demo

Demonstration of features of Evado declarative framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evado Demo App

Presentation of features of Evado Declarative Framework for rapid web app development.

Evado Declarative Framework

Docker installation

Copy files from repository to /app

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

Typical installation

Install environment

Linux

Copy files from repository to /app

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

Windows

Copy files from repository to c:/app

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

Start app

Linux

cd /app
NODE_ENV=development node console/start

Windows

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

Usage

Web interface http://localhost:3000

Tutorial

About

Demonstration of features of Evado declarative framework

License:Apache License 2.0


Languages

Language:JavaScript 86.6%Language:EJS 13.1%Language:CSS 0.2%