Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 766 Bytes

File metadata and controls

44 lines (28 loc) · 766 Bytes

Getting started

To get started with this project, follow these steps:

  1. Fork this repository

  2. Clone this repository to your local machine:

git clone https://github.com/chaithanya99/SPEcodeeditor.git
  1. Install the required dependencies for backend, coderunner and frontend:
cd SPEcodeeditor
cd coderunner && npm install
cd ../backend && npm install
cd ../frontend && npm install
  1. Configure the local MongoDB server.

  2. Start the coderunner server:

cd coderunner && npm start
  1. Start the backend server:
cd backend && npm start
  1. Start the frontend server:
cd frontend && npm start
  1. Access the application in your web browser at http://localhost:3000