dushyant-sharma937 / CodeBase

This is the complete code of the compiler module. This includes frontend, compiler (server), backend side of codes all together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeBase

This is the complete code of the compiler module. This includes frontend, compiler (server), backend side of codes all together.

Folder Structure

  • frontend/ - Contains the React frontend code.
  • compiler/ - Contains the Node.js server for the compiler.
  • backend/ - Contains the Node.js server for the backend with MongoDB.

Setup Instructions

Frontend

Navigate to the frontend folder and start the React development server:

cd frontend
npm start

Compiler

Navigate to the compiler folder and start the Node.js server:

cd compiler
node server.js

Backend

Navigate to the backend folder and start the Node.js server:

cd backend
node server.js

About

This is the complete code of the compiler module. This includes frontend, compiler (server), backend side of codes all together.


Languages

Language:JavaScript 90.3%Language:Python 5.3%Language:Shell 1.4%Language:EJS 0.9%Language:HTML 0.8%Language:CSS 0.6%Language:Dockerfile 0.5%Language:C++ 0.1%Language:Java 0.1%Language:Ruby 0.0%