Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

IMA-WorldHealth/wenge

Repository files navigation

Wenge

gpa Circle CI

Synopsis

Wenge is a web application to manage purchase orders and requests for funding. It is being developed for in-house use at the IMA World Health HQ in Kinshasa, DRC.

Installation

You need nodejs and sqlite3. To install, use npm.

npm install -g gulp bower babel
npm install
bower install
npm run production

The application depends on .env which is not distributed with this repository. To create your own, please follow the guidelines in .env.sample. Otherwise, email the developers.

Testing

To test the application, use npm. The following should build and run tests.

npm test

By default, tests run in parallel using ava. For debugging purposes, you can force the tests to run serially using the following:

# build the application
gulp build

# run serial tests
ava --serial

LICENSE

MIT

About

Web App for managing Authorizations for Expenditure in the IMA-DRC office

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published