As the title suggests, this app is private chat application, In which front-end is built-in AngularJs(version 1.6.5). This is SPA application, which uses UI-bootstrap. Server-side is written in Nodejs (version 8.9.3) and Mysql (version 5.7.21-log).
npm i
npm start
I have written a complete article on this application in three parts, for more details and Code explanation.
- Blog Post Part 1 => Explains Login and Registration process.
- Blog Post Part 2 => Explains the chat list implementation and modification.
- Blog Post Part 3 => In this part, the user can actually send messages to each other.
I have written this application in Angular as well, Read this popular Blog post.