Skip to content

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

Notifications You must be signed in to change notification settings

iRootsOrg/CodeBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7