Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.67 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.67 KB

CodeSync 🧑‍💻

Project submission for Winter Of Code 2023 conducted by SDSLabs

Description

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.

References for the Dependencies used

Set up this project

  • 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 🚀

Author

Arpan Mahanty

Mentors

Tanmay Bajaj

Gyanendra Banjare