Population Management System that contains a list of locations and the total number of residents in each location broken down by gender.
clone repo
cd pms-server
npm install
Create a .env
file with similar data in the .env.sample
file
npm run build
npm start
npm run dev
npm test