mkhorin / evado-app-bugs

Bug Tracking System built on Evado Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Tracking System

A tracking web application of reported project defects built on Evado Declarative Framework.

  • Admin user creates bug tracking projects.
  • Manager user creates tasks describing project defects.
  • Executor user takes new task to fix errors.
  • Manager checks the work done.

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

Email: b@b.b
Password: 123456

Sign in as manager:

Email: s@s.s
Password: 123456

Sign in as administrator:

Email: a@a.a
Password: 123456

Tutorial

About

Bug Tracking System built on Evado Framework

License:MIT License


Languages

Language:JavaScript 63.2%Language:EJS 32.6%Language:CSS 4.2%