Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fuchodeveloper/population-management

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/fuchodeveloper/population-management

backend ecmascript expressjs javascript nodejs sequelize

Last synced: 3 months 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

        

[![Build Status](https://travis-ci.org/fuchodeveloper/population-management.svg?branch=master)](https://travis-ci.org/fuchodeveloper/population-management)
Coverage Status

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

## Install app dependencies
- Install command: `npm install`

## Running app
- Start command: `npm start`

## API Operations
- Create a location: http://localhost:8080/api/v1/locations/create (POST)
- Create a resident: http://localhost:8080/api/v1/residents/create (POST)
- Get all locations: http://localhost:8080/api/v1/locations/getAll (GET)
- Update a location: http://localhost:8080/api/v1/locations/update/:locationId (PUT)
- Delete a location: http://localhost:8080/api/v1/locations/delete/:locationId (DELETE)

## Author
- Fredrick Mgbeoma