BabyBearChat
HTTP secure chat using NodeJS, ReactJS and WebPack, with MongoDB database.
-
Clone directory
-
Run : npm install --save
-
Run : npm run webpack
-
Run the mongoDb database with the command: mongod --dbpath=/PATH_OF_THE_APP/data
-
Generate certificat for your domain (see instructions in certif folder)
-
Run : node server.js
-
Go to https://YOUR_IP:3000