reeshipaul / assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Copy the contents of the .env.example to a .env file and set the environment variables

cp .env.example .env

Installing the dependencies

npm install

Starting the server

npm start

Testing the api

GET / : Home Page to see all the fetched data

GET /search/?key={key} : Searches a given key

GET /pagination/?page={page}&limit={limit} : To see the paginated response with given page number and limit

About


Languages

Language:JavaScript 64.2%Language:EJS 34.2%Language:Shell 1.6%