/population_manager

The Documented API for a Population Management API Here:

Primary LanguageJavaScript

POPULATION MANAGEMENT APPLICATION

This is an application that enables monitoring of different locations and their populations

Codacy Badge Build Status Screenshot 2019-08-22 at 01 50 02

Installation and Running

Requirements

  • Node should be installed
  • A package manager i.e yarn or npm

Clone the repository

$ git clone https://github.com/hoslack/population_manager.git
$ cd population_manager 

Installing dependencies

$ yarn install

or

$ npm install

Running the application

$ yarn start

or

$ npm start

Running the tests

$ npm test

or

$ yarn test