Skip to content

emasys/pms-server

Repository files navigation

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

Releases

No releases published

Packages

No packages published