Records API
Welcome to version 1 of Records API. Below you will find the available method on the endpoint.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To work with this project you need to have the following installed on your local machine
git clone https://github.com/abejide001/records.git
cd records
export
mv .env.sample .env
npm i
npm run start:dev
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 BASE URL(https://records-2021.herokuapp.com/api/v1).
method | route | description | data |
---|---|---|---|
POST | /records | Filter a record | minCount, maxCount, startDate, endDate |
https://records-2021.herokuapp.com/api/v1/docs (change the Schemes to HTTPS)
https://records-2021.herokuapp.com/api/v1
Abejide Femi - [email protected]