cyosp / MPA

Web Application to manage personal accounts in a centralized way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPA

My Personal Accounts (MPA) is a Web Application to manage personal accounts in a centralized way

Server side

Server building environnement is:

  • Eclipse IDE with CDT
  • Debian GNU Linux Stretch x86_64

TESTS

When MPA binary is built it can be tested to check all is ok.

Tests are driven using node.js.

Prerequisites

In order to have a test environment ready to use you must:

  1. Install node.js or use sudo apt-get install npm nodejs-legacy
  2. Move into MPA GitHub directory
  3. Run: npm install --save to install locally dependencies

Check MPA server

Before to launch tests you must check MPA:

  • Is running on the test machine
  • Can be reached using: http://localhost:8080
  • Login: cyosp with password CYOSP1 is defined

If all is OK, you can execute npm test to run MPA server test suite

About

Web Application to manage personal accounts in a centralized way

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 77.4%Language:JavaScript 10.8%Language:C 5.7%Language:HTML 4.4%Language:Shell 1.6%Language:CSS 0.0%