Simple chat application build using Nodejs, socket.io, Jasmine, MongoDB, ExpressJS for TDD.
- Clone this repo
- Run
npm install
to install server dependencies. - Create
.env
file at the root. - Add your own MongoDB URI in the
.env
file with env nameDB_URI
. - At last, run
npm start
which will run the application.
You can grab MongoDB URL here