Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 912 Bytes

File metadata and controls

49 lines (31 loc) · 912 Bytes

GeoChat.io

✔️ 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

Installation

To test the app locally please install the necessary packages for the root and client directory

root of the project

  npm install

client directory

  cd client
  npm install

Run 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

Screenshots

landing Screenshot App Screenshot

Authors