9

I recently built a Mock JSON based REST server, that can help you out with API testing and prototyping without having to write any code for the backend, feel free to try it out, and star the repository if you liked it :)

Link: https://github.com/ishank-dev/...

Comments
  • 5
    Great looking package!!!

    I've got 3 REST APIs coming in the next couple months.

    I'm gonna put this shit into production, then blame it on you if anything fails... LOL
  • 2
    Nice job! Is there any way to customize the query parameter names?
  • 2
    @ScriptCoded change that in the code itself,
    everything can be customised in ./routes/api.js
Add Comment