Skip to content

mkhorin/evado-app-demo

Repository files navigation

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