Project submission for Winter Of Code 2023 conducted by SDSLabs
This website aims to provide a collaborative coding platform that allows users to work together in real-time on code projects, share knowledge, and improve their coding skills. The platform is designed to be user-friendly and accessible to coders of all skill levels, whether they are working on personal projects or collaborating with peers.
This project has a node with express backend and EJS as template engine.
-
clone this repository
-
obtain google oAuth 2.0 client credentials from Google API Console
-
get mongoDB connection string
-
make a .env file reffering to .env.example
-
Open the cloned directory with terminal and give the commands -
npm install
npm run build
npm start
- Now the app is running on port 8080 🚀