A decentralized chat application built on top of Aleph.im and built with MVC architecture.
- Make sure you have NPM, Node or Yarn, mongod installed in your system.
- Create a DB chat in ypur local mongo db
- Navigate to the project folder and run
yarn installornpm installto install the packages. - Start the server using
yarn startornpm startand go tohttp://localhost:8000on your browser to run this app locally