/population-management-api

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

Primary LanguageJavaScript

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/