Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lauragift21/pms-backend

A Population Management System that contains a list of locations and the total number of residents in each location broken down by gender.
https://github.com/lauragift21/pms-backend

Last synced: about 4 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## User Stories

- Create a new location containing data on the total number of male and female residents within it. Please note that locations can be nested within other locations
- List all available locations and their population summaries (total male residents, total female residents, sum total residents)
- Update data for a specific locations
- Delete a specified location

[API documentation available here](https://pms-backend.herokuapp.com/api-docs)

## Technologies
- Node.js
- Express
- MongoDB
- Mocha, Chai, Babel

## Build Setup

```
yarn install
&&
yarn start
```