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
- Host: GitHub
- URL: https://github.com/kumarcs/meeting-organizing-web-application
- Owner: kumarcs
- Created: 2018-08-04T13:21:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T09:48:39.000Z (over 3 years ago)
- Last Synced: 2025-02-10T01:44:25.892Z (over 1 year ago)
- Topics: angular1, chat-application, chatbot, expressjs, javascript, mongodb, nodejs
- Language: JavaScript
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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