Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lauragift21/pms-backend
- Owner: lauragift21
- Created: 2019-09-10T12:10:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T00:29:07.000Z (over 3 years ago)
- Last Synced: 2024-05-02T01:02:05.530Z (7 months ago)
- Language: JavaScript
- Homepage: https://pms-backend.herokuapp.com/api/v1/
- Size: 497 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```