DevNest is a web-based coding platform that allows you to compile code directly in your browser. It supports more than 40 programming languages and offers a choice of more than 50 themes. Additionally, users have the convenience of saving their coding files to their own account.
You should have these modules installed in your system at first:
- Node v20.9.0
- npm v10.2.1
# Clone the repository
git clone https://github.com/mrdetective/DevNest.git
# Enter into the directory
cd DevNest/
# Install the dependencies
npm install npm@latest -g- You need to have an API key of Judge0 and you also need to have an SMTP server.
- For the backend, create a MongoDB Atlas server and setup the env variables accordingly.
# To run the frontend
npm start
# To run the backend
npm run dev
# To build the application
npm run buildDistributed under the MIT License. See LICENSE.txt for more information.


