Skip to content

Chat Application MEAN stack (Mongodb, Node.js, Express, Angular 2)

License

Notifications You must be signed in to change notification settings

IslamWahid/Chat-Application-MEAN-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Application-MEAN-stack

Chat Application MEAN stack

To run the application you need to install:

-node.js, npm (node package manager) https://docs.npmjs.com/getting-started/installing-node

-mongodb https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/

instructions:

first make sure that the mongod service is running

  sudo service mongod start

to run the server:

go to "chatServer" Directory and open your terminal and run:

npm install
npm start

to run the clientServer:

go to "chatClient" Directory and open your terminal and run:

npm install
npm start

open in your browser:
http://localhost:4200/

About

Chat Application MEAN stack (Mongodb, Node.js, Express, Angular 2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published