Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 902 Bytes

File metadata and controls

38 lines (26 loc) · 902 Bytes

Population Management System

Build Status Coverage Status Maintainability

Population Management System that contains a list of locations and the total number of residents in each location broken down by gender.

Installation

clone repo
cd pms-server
npm install

Development setup

Create a .env file with similar data in the .env.sample file

Starting up

npm run build
npm start

Starting up in dev mode

npm run dev

Test

npm test