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.
npm install
npm run db:rollmigratenpm run start:devAccess the api on
http://localhost:5000/api/v1/The API Documentation can be found at http://localhost:5000/api/v1/docs/