A chat application for developers. This application is still in development and new features are regularly being added.
You can visit the demo of the application here. This project is still going on. Front-end for this appication can be found here. New home page for the aplication can be found here
-
Install NodeJS
-
Clone or Download this Repository
-
Run npm install
-
Getting started with database The database user here is Mongoose which is a MongoDB object modeling tool designed to work in an asynchronous environment. You can get started with mongoose (https://mongoosejs.com/docs/) or you can read thisawesome article on getting started with Mongoose. Fill your databse url in the keys_dev.js file inside the config folder
-
Run start script with npm start-dev