This is a collaborative coding website made in MERN stack.
To run this project, you will need to add the following environment variables to your .env file in
-
backend
-
MONGO_SERVER_URI
-
JWT_SECRET
-
PORT
-
-
frontend
REACT_APP_BACKEND_URL
Clone the project
git clone https://github.com/nitishgupta08/CodeForges.git
-
Run frontend
Go to the frontend project directory
cd frontend
Install frontend dependencies
npm install
Start frontend
npm run start
-
Run backend
Go to the backend project directory
cd backend
Install backend dependencies
npm install
Start the server
npm run server:dev
Client: React, MaterialUI, Codemirror
Server: Node, Express
-
Fix editor issue when two users type at the same time. If you find a way to do this in codemirrorV6, please raise an
issue
and let me know. -
More languages support
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.