Skip to content

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Welcome to TapiX 👋

VersionLicense: ISCTwitter: ankushors789

A powerful Invoicing API with NodeJS goodness

Description

TAPI API or "The Asynchronous Point Integrator" API is a web-based Vert.x API aimed at providing receipting solutions. It uses MongoDB cloud cluster to create seamless db connectivity experience. TAPI API uses vert.x technology coupled with spring boot architecture to give you fast, scalable, concurrent and reliable experience.

Install

npm install

“/stores/fetchAll” API call:

A get call to fetch all data in mongoDB collection.



“/stores/fetchData/:id” API call:

The data needs to be sent in post-call. The format for the post data needs to be as: { "id": [ "a1", "a2" ] }


“/stores/deleteData/:id” API call:

The data needs to be sent in post-call. The format for the post data needs to be as: { "id": [ "a1", "a2" ] }


“/stores/generate” API call:

The generate API is configured to send the data in a post-call to the TAPI API service. The API service is currently modelled on a receipt generating template. The essential parameters are:

ReceiptModel

ParametersValue type
idReceipt Id
namePayer name
addressPayer address
amountReceipt Amount
payment_typeCash/Credit/Debit
dateReceipt date
receiverPayee Name

Author

👤 Ankush

Show your support

Give a ⭐️ if this project helped you!

About

The Same Tapi API , with nodeJs goodness

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages