This is a small and interesting demonstration of building an online compiler using React, CSS and Nodejs where we design our own API for the compilation using Axios Library.
For easy understanding the project can be broken into 4 steps:
1. Client sends a POST/run request to server
2. The server generates a filepath
3. Execute the file path
4. Returns the response back to client as results