 ### Request-handler
npm install post-request-handlerThis is a package made for private reasons.
---
This will send all POST requests in your back end to a relevant API.
---
npm command to install This package.
``bash`
npm install post-request-handler
---
`javascript
import handlePostRequests from "post-request-handler"
// Example usage
const app = express();
const post_route = "https://postRequestUrl"
app.use(handlePostRequests(post_route,{ accept_route: "https://acceptRequestUrl"}))
``
---
This project has been made possible thanks to the contributions and inspiration from the following individuals and projects:
- Efito Solution: for their invaluable insights and guidance throughout the development process.
We would like to express our gratitude to the open-source community and the developers behind the technologies and tools that made this project a reality.
---
Email - pramodnakandara@gmail.com
---
Email - pramodnakandara@gmail.com
---
Outline this project's future plans and upcoming features.
---