Skip to content

Commit

Permalink
finalising
Browse files Browse the repository at this point in the history
  • Loading branch information
lav-joshi committed Sep 6, 2020
1 parent 874dbfa commit ddf91ce
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/node_modules
/config
/node_modules
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@ After adding teachers and students you can explore all the functionalities of al

Hope you had setup the project locally . Functionalities are described in the DevFolio Submission.

Find the **super_user** in config file . Feel free to add students and teachers from superuser .

`Presentation Link :- `: [Click here](https://docs.google.com/presentation/d/15WAub5ldWeMs-Hjag1PWxJh1dwYY41rhazj-YsyKDtg/edit?usp=sharing)

`Using PeerJs from this domain :- `: [Click here](https://github.com/harshitg00/peerjs_EduOn)

## Thank You !!!!

2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@ io.on('connection',(socket)=>{
server.listen(PORT,()=>{
console.log("Server Started ");
});
peerServer.listen(peerPort)
// peerServer.listen(peerPort)

10 changes: 10 additions & 0 deletions config/keys.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
clientID: "428185779294-4bue4hiho7mqp2866jqs9vnugv7uskan.apps.googleusercontent.com",
clientSecret: "zCMmVUg_jPUZfztsJMxPVZ-m",
mongoURI: "mongodb+srv://lav_joshi:lav@joshi1056@cluster0.c4rc4.mongodb.net/eduthon?retryWrites=true&w=majority",
sessionSecret: "abc2"
};

// Super User Details :-
// Email Id :- eduon.portal@gmail.com
// Password :- lav1234@

0 comments on commit ddf91ce

Please sign in to comment.