We want to build a full-stack solution on js fiddle and don't want to use any IDE.
- One way is to create a frontend on https://jsfiddle.net/ and backend on https://www.mockable.io/ . We will be able to call the hosted APIs on mockable.io from jsfiddle but the problem is we want to demonstrate with code how an API is created and mockable.io just gives you an endpoint that returns the JSON.
- Is there any way by which we can create an API from scratch on JS fiddle or a similar tool. We are planning to use MERN stack.