- clone the repository
git clone https://github.com/Ayushaff/CodeVerse
- set Environment variables (have a .env file for it)
- run the command on your terminal/cmd
node index.js
AND
npm run client-dev
- Experience the convenience of an online code editor supporting popular programming languages like Node.js, Python, and Java.
- Seamlessly input data from files or manually enter it for maximum flexibility.
- Boost productivity with real-time code suggestions, enabling faster and error-free coding.
- Personalize your coding environment with dark and light themes to suit your preferences.
- Enjoy easy file upload and download features for efficient code file management.
Once its is running, follow these steps:
- Select a programming language (Node.js, Python, or Java) from the dropdown menu.
- Personalize the editor's appearance by choosing a theme (dark or light).
- Write code in the editor. Real-time suggestions will enhance coding efficiency.
- Provide input from a file or hardcode it using available options.
- Click "Run" to execute the code on the server-side.
- View the output below the editor.
- Utilize the file upload and download functionality for code files.