Skip to content

It is a small demonstration of an online code compiler by designing your own simple compiling API using React, Nodejs, and Axios library.

Notifications You must be signed in to change notification settings

supratimpaul13/Online-compiler-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONLINE COMPILER API

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

wireframe

SCREENSHOTS

  • Compiling Python code

    Python

  • Compiling C++ code

    C++

  • Detecting error

    error

    error

Important links

About

It is a small demonstration of an online code compiler by designing your own simple compiling API using React, Nodejs, and Axios library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published