An online competitive coding platform, developed using nodeJS, MongoDB, ExpressJS, HTML, pug, css
- Open command prompt.
- Run mongoDB server using command 'mongod'.
- Go into the project folder.
- Open command prompt there (ctrl+shift+right_click -> Open command window here)
- Run server.js, by typing 'node server.js'.
- Install required dependencies using 'npm install <package-name>'
- Once the server starts successfully, open browser and go the address: 'localhost:1337/'