- PROJECT OVERVIEW
- FEATURES
- DEMO
- DEMO
- Middleware
- API End Points
- Known Issues
- Installation
- Contributiion
Property Pro Liteis a platform where people can create and/or search properties for sale or rent.It was built fromscratch using javascritpt, node, HTML , CSS.
- my user interface link : https://byadiso.github.io/UI/
- my link for heroku link : https://propertypro-lite.herokuapp.com
- user can Sign in
- user can login
- user can view
- user can view specific property
- user can view user property
- user can deete his property
- user can mdoifying his own property
- user can mark his proeprty as sold
- CSS
- HTML
- Javascript
- Node js
- express-fileupload
- body-Parser
-
GET /api/v1/property Get all Property
-
POST/api/v1/property Create proeprty
-
PUT/api/v1/property Update property
-
DELETE/api/v1/property Delete Property
-
POST/api/v1/auth/signup User to signup
-
POST/api/v1/auth/signin User to signin
Everything work perfect , However :
- The BACk End is incomplete
- $ git clone https://github.com/Byadiso/UI.git
- $ cd UI
- $ npm i, to install depencies
- $ npm start ,to start the server
- Fell free to fork this repository
- Make contribution
BYAMUNGU Desire