An open API service indexing awesome lists of open source software.

https://github.com/kumarcs/meeting-organizing-web-application

It is an web application developed using MEAN stack with fuctionalities of separation of levels, group meetings/messaging, personal messaging etc
https://github.com/kumarcs/meeting-organizing-web-application

angular1 chat-application chatbot expressjs javascript mongodb nodejs

Last synced: 5 months ago
JSON representation

It is an web application developed using MEAN stack with fuctionalities of separation of levels, group meetings/messaging, personal messaging etc

Awesome Lists containing this project

README

          

# Level-based-Group-Messaging-and-Meeting-Organizing-Web-Application-with-integrated-ciscoAPI-chatBot
It is an web application developed using MEAN stack with fuctionalities of separation of levels, group meetings/messaging, personal messaging etc

## Prerequisites
-Nodejs
-MongoDb

## Installing and Running
-Download the project
-Connect to Mongodb
-For Windows
-Open cmd in administrative mode and goto your MongoDb folder where data files are stored.
-Run mongod --dbpath="name of data folder without quotes".
-Now mongoDb should start.
-For linux
-No need to start MongoDb explicitly.
-Open another cmd and goto folder where project has been downloaded.
-Run npm start
-Now project should be running on port 3000
## Let's goto browser
-goto address http://localhost:3000/login.html