Project information
- Categories: MERN Stack application. Hosted in a VPS.
- Technologies: socket.io, VPS, nginx, MERN, chakra UI
- Project date: September, 2023
- Project URL: https://philosh.com/
Description
A MERN stack chat application which showcases a basic functioning full-stack web app. It is hosted in a VPS in an ubuntu environment.
Nginx is the web server that proxies the request to the node application. The database used is MONGO DB and there are some other helper technologies
used such as socket.io, Chakra UI and some other libraries.
In this application you are able to create your own accounts and send messages to other users who have registered their account.
You can even create chat groups, add / remove people and rename chat groups etc. It is a basic chat application and the idea is to
build on top of it to create a sample social-media type of web application.
The link to the code base is here.