Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacceycode/estate-app


https://github.com/jacceycode/estate-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Seron estate management app

## A Full Stack project - MERN

### An estate management app that allows for sale, purchase or rent of apartments in various possible locations. It allow users to put of their apartment up for sale or rent for any willing user to purchase or rent. It also features the pictures of the apartment, location, price, amenities and many more including a chat feature for easy communication among users.

### The frontend of the project built using React(Vite), TypeScript, Zustand, Leaflet, cloudinary, socket.io and SASS for styling and hosted on vercel.

### The backend of the project was built using Node.js/Express.js and also featuring user authentication and authorisation using JWTokens while using bcrypt.js for user password encryption.

### The database used is MongoDB and Prisma as ORM.

### The chat feature was implemented using socket.io.