Online frontend Code Editor CodePro is a platform where-in users can develop websites with HTML, CSS and JavaScript. Users can save their projects. On the dashboard, the user can see all his saved projects which he can edit or delete and also create new projects.
Shiva Reddy BT19CSE019
Sai Venkat Manchukonda BT19CSE061
Install the requirements and packages.
npm install
Start the backend server.
nodemon server.js
Go to the front end directory in a new terminal tab.
cd .\frontend\
Install the requirements and packages.
npm install
Build the Code
npm run build
Open http://localhost:5000 to view it in your browser.
.env file contains senstive information and is still sent along this code in this submission to let examiner run the project without difficulties.