Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedaflah/realestate_platform
This is a property selling platform provided by Nasscript as their machine task
https://github.com/mohamedaflah/realestate_platform
mern-stack node-js react-js tailwindcss
Last synced: 19 days ago
JSON representation
This is a property selling platform provided by Nasscript as their machine task
- Host: GitHub
- URL: https://github.com/mohamedaflah/realestate_platform
- Owner: mohamedaflah
- Created: 2024-09-01T20:34:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:59:01.000Z (22 days ago)
- Last Synced: 2024-10-27T12:16:22.753Z (22 days ago)
- Topics: mern-stack, node-js, react-js, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Instruction to setup this project
## _______________________________1. git clone https://github.com/NasscriptSoftware/real-estate-management.git
2. cd client
-> npm install
-> setup .env based on .env-sample
-> npm run dev
3. open new Terminal without closing existing terminal
4. cd server
-> npm install
-> setup .env based .env.local
-> npm run dev# Api doc
* User
1. /api/user/user => POST => signupHandling
2. /api/user/user => DELETE => logout handling
3. /api/user/user => GET => get user with cookie* Property
1. /api/property/property => POST => add new property
2. /api/property/property => DELETE => delete existing property
3. /api/property/property => PUT => update property
4. /api/property/property => GET => list all properties
5. /api/property/withuser/:userId => GET => retrieving user posted properties
6. /api/property/:propertyId => GET => retrieving single property with id
# Home page
[![Home page](/media/realestate.png)]()
# User or Seller Property add
[![Add new column](/media/image.png)]()
# more pages available