Skip to content

A unique community to join hands with fellow developers who have similar interests as You, Create your own Account and start Vibing!

Notifications You must be signed in to change notification settings

Ash-Codename47/CodeBridge

 
 

Repository files navigation

Quick Start 🚀

Clone App

git clone https://github.com/Sabarinathan07/CodeBridge.git

Add a default.json file in config folder with the following

{
  "MONGO_URI": "<your_mongoDB_uri>",
  "JWT_TOKEN": "secret_key",
  "githubToken": "<yoursecrectaccesstoken>"
}

Install server dependencies

npm install

Install client dependencies

cd client && npm install

Run both Express & React from root

cd .. && npm run dev

Check in browser on http://localhost:3000/


App Info

Author

SABARINATHAN R
ASHWIN KUMAR JK
GANESH KUMAR R


About

A unique community to join hands with fellow developers who have similar interests as You, Create your own Account and start Vibing!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • CSS 11.0%
  • HTML 0.9%