Skip to content

ashish16052/collab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collab

image

Installation

.env file:

PORT="5001"
SECRET="123456"
DB="mongodb://localhost:27020/collab"
CLIENT_ID="google_oauth_client_id"
CLIENT_SECRET="google_oauth_client_secret"
CLIENT_URL="http://localhost:3000"

backend:

npm install
node index.js

Frontend:

cd /view
npm install
npm start
open http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published