Skip to content

chaithanya99/SPEcodeeditor

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •