Skip to content

E-government App built on Evado Declarative Framework

License

Notifications You must be signed in to change notification settings

mkhorin/evado-app-egov

Repository files navigation

E-government Web App

An application build on Evado Declarative Framework provides services through electronic request forms.

  • Unique electronic form for each service.
  • Limit permissions for clients, managers, and administrators.
  • Support for third-party web interfaces through AJAX API.

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 administrator:

Email: [email protected]
Password: 123456

Tutorial