FationSH / PropertyApp

Simple Property app in React and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property classifier

Simple app to add/list your home/property. Client in React. UI using chakra. Server in nodejs and express, uses mongo database. Functions also as a proxy server to handle fetch area list.

Features

  • Login/Signup (with jwt and bcrypt)
  • See all saved ads
  • Add/list your home ad
  • Delete home ad

Screenshots

image

image

image

image

How to Run

Create a .env file in the server data folder. Use 127.0.0.1 instead of localhost for the MongoDB URL.

Install on your pc (Windows) NodeJS: 18.14.0 MongoDB: 7.0.1

server:

cd server npm install npm start

client:

cd client npm install npm run dev

Tech Stack

Client: React, React-router-dom, Chakra-UI

Server: Node, Express, MongoDB, JWT, http-proxy-middleware

About

Simple Property app in React and NodeJS


Languages

Language:JavaScript 94.3%Language:SCSS 4.8%Language:HTML 0.9%