To get started with this project, follow these steps:
-
Fork this repository
-
Clone this repository to your local machine:
git clone https://github.com/chaithanya99/SPEcodeeditor.git- Install the required dependencies for backend, coderunner and frontend:
cd SPEcodeeditor
cd coderunner && npm install
cd ../backend && npm install
cd ../frontend && npm install-
Configure the local MongoDB server.
-
Start the coderunner server:
cd coderunner && npm start- Start the backend server:
cd backend && npm start- Start the frontend server:
cd frontend && npm start- Access the application in your web browser at http://localhost:3000