Skip to content

mohammed-esi/social-network-mean-stack

 
 

Repository files navigation

Social Network

A chatting web app using MEAN Stack (Node.js, Angular 4, Express.js & MongoDb)

Demo Link : https://social-network-mean.herokuapp.com/ (Free Hosting & Free database both are slow. So, please be patience as no loading UX is there. May be I'll add it soon)

Try at locally

Make sure that MongoDB is running on your machine at port 27017 and 3000 port is available to run node.js server

    > git clone https://github.com/ritwickdey/social-network-mean-stack.git
    > cd social-network-mean-stack/
    > npm install
    > npm build && npm start

The project is from an awesome MEAN Stack course (BY Maximilian Schwarzmüller) which I've taken.]

About

A chatting web app using MEAN Stack (Node.js, Angular 4, Express.js & MongoDB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.7%
  • JavaScript 32.8%
  • HTML 14.2%
  • CSS 6.3%