Skip to content

nitishgupta08/CodeForges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

CodeForges

This is an online code-editor made in MERN stack.

Environment Variables

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

Run Locally

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

Tech Stack

Client: React, MaterialUI, Codemirror

Server: Node, Express

Roadmap

  • Add support to create, delete files in a project.

  • More languages support

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

MIT