✔️ Final portfolio project for ALX.
GeoChat is an instant messaging app with a location feature.
It's built on a the MERN stack and utilizes the following tecnologies:
- Backend (Node.js)
- Express.js
- Redis
- MongoDb
- Socket.io
- Frontend
- React.js
- Material UI
- Mantine
To test the app locally please install the necessary packages for the root and client directory
npm install cd client
npm installRun npm run build from the client directory to build the project and lastly start the project using npm start from the root of the project

