Skip to content

abejide001/records

Repository files navigation

Records

Records API

Introduction

Welcome to version 1 of Records API. Below you will find the available method on the endpoint.

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To work with this project you need to have the following installed on your local machine

  1. NodeJS
  2. Git
  3. Postman

Install and run locally

git clone https://github.com/abejide001/records.git
cd records

export
mv .env.sample .env
npm i
npm run start:dev

Running Tests

git clone https://github.com/abejide001/records.git
cd records

# rename .env.sample to .env, and set your environment variable

export
mv .env.sample .env
npm i
npm run test

API Usage

API BASE URL(https://records-2021.herokuapp.com/api/v1).

Filter record endpoint /records

method route description data
POST /records Filter a record minCount, maxCount, startDate, endDate

API Docs

https://records-2021.herokuapp.com/api/v1/docs (change the Schemes to HTTPS)

App URL

https://records-2021.herokuapp.com/api/v1

Author

Abejide Femi - [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published