Server for the Sogeti Digital Bootcamp - Electron Chat App Session
- NodeJS (with NPM)
- MongoDB
- An open port in your firewall of your choosing
npm install or yarn install
- Be sure to add to correct open port in the source.
- Start the server as mentioned below.
- Do a
POSTto the/setuppath to initialize the chat-rooms.
npm start