A simple API to power a mini web app
Follow the guidelines below to set up a copy of this project locally on your machine for development and testing purposes.
To have a local copy of this project, you can:
- Clone the repository by using git clone command, or the download zip alternative provided on github
git clone https://github.com/Anyitechs/fsi_backend.git
To run the cloned version locally, cd
into the root folder and run
npm install
or
yarn
to install required dependencies.
To test the application on your local machine, run
npm test
or
yarn test
Before you start testing the endpoints with postman, you need to start the server with:
npm start
or
yarn start
-
Request Method: GET
-
Sample Response:
{ "status": "Success", "plans": { "plans": "[]" } }
- Request Method: GET
- URL: http://localhost:3000/api/v1/bvn/reset
- Request Method: POST
- URL: http://localhost:3000/api/v1/bvn/verify
Ifeanyichukwu Emmanuel Amajuoyi github