-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathInstruction.txt
40 lines (21 loc) · 1.46 KB
/
Instruction.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
//===========================================================================================
//-----------HouseRental------------------//
//============================================================================================
============================================================================
//-------For user login--------------
- Email: user@gmail.com
- password: user
//------For admin login--------------
- Email: admin@gmail.com
- password: admin
//---Project_Run:---
- Frontend:-- http://localhost/HouseRental/
- Backend:-- http://localhost/HouseRental/admin
============================================================================
//------------//-------------//----------------//-------------//------------
##-----------------ADMIN's Work-----------------##
(1) To Upload a property in website, At first Admin have to go "All_Properties"--->>"Pending_Properties"
(2) Then,IN "pending_property" we have to must Add/Check --> Subcity, Payment, Map Link, Trend/Best_rated/Hot_new, Details, & others Options.
(3) After making sure all of them options are OK as we expected then Click "Update",
(4) After Updating this property, Our next task is to go to "VIEW" option of this property, If all of the options are OK, Then now we can "UPLOAD" this peoperty in website by clicking "UPLOAD" or we may cancell a property also by clicking "CANCEL" button.
//------------//-------------//----------------//-------------//------------