Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

doodleblob-university/CollabWorkPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collaborative Work Platform

Group E4 - Real World Project

Real World Project in which we will design a collaborative work platform inspired from existing applications such as slack and discord.

Getting Started

Install NPM and MongoDB server, run the mongo server.

[NodeJS download] - Server -> https://nodejs.org/en/
[MongoDB installation video] - NoSQL Database -> https://www.youtube.com/watch?v=pWbMrx5rVBE
[Socket.io webpage] - Realtime Communication Engine -> https://socket.io/

Install node packages for server

* [MongoDB]
* [Socket.io]

Then:
  [Install packages] - npm install mongodb socket.io --save
    [Change directory] - cd <server>
      [Run server.js] - node server.js
    [Change directroy] - cd ../client
      [Run client (electron)] - npm start
Within the main directory
mongod --dbpath server/db --port 4001

Built With

  • [NodeJS] - Server
  • [MongoDB] - Database
  • [ElectronJS] - Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published