/country-population-directory

Uses TypeScript, NestJS and Redis

Primary LanguageTypeScript

An API service to store list of countries and their populations. It utilizes NestJS (TypeScript Backend Framework) and Redis for data storage.

Installation

$ yarn install

Running the app

To run the app use the below command to run it using docker compose:

docker-compose up

Then you can then import the Countries.postman_collection.json postman collection and test the APIs.

Test

# e2e tests
$ yarn test:e2e