Social Network
December 26, 2017 · View on GitHub
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.]