Skip to content

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

Notifications You must be signed in to change notification settings

reiosantos/population-management-api

Repository files navigation

Population Management API

Build Status Maintainability Test Coverage

Setup

Inslall

git clone https://github.com/reiosantos/population-management-api.git

cd https://github.com/reiosantos/population-management-api.git

Set the environment variables needed to run the application, A sample .env.sample file contains all the variables that should be defined.

Prepare the server

npm install
npm run db:rollmigrate

start server

npm run start:dev

Access the api on

http://localhost:5000/api/v1/

The API Documentation can be found at http://localhost:5000/api/v1/docs/

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published