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 installCreate a .env file with similar data in the .env.sample file
npm run build
npm startnpm run devnpm test