Chat Room is Web application where you can find friends,chat,share files,images,audio, videos privately using direct messages or publicly using a chatroom all in realtime.
Built using alot of technologies just to name a few :
- MongoDB
- Express
- Angular
- Node.js
- JWT
this project made only for education purposes.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
This project require a Backend Api clone and follow setup steps to complete project setup API
setup endPoint variable inside environment.ts for development or environments.prod.ts for production build
export const environment = { endPoint:"http://localhost:3000/api/" };