Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacceycode/estate-app
https://github.com/jacceycode/estate-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacceycode/estate-app
- Owner: JacceyCode
- Created: 2024-04-29T13:59:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T18:37:28.000Z (5 months ago)
- Last Synced: 2024-07-19T13:13:33.788Z (5 months ago)
- Language: TypeScript
- Homepage: https://seron-estate-app.vercel.app
- Size: 860 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.