-
Notifications
You must be signed in to change notification settings - Fork 0
/
.readme IMPORTANT.txt
26 lines (23 loc) · 1.13 KB
/
.readme IMPORTANT.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
The root of the project is html/index.html
The folder needs to be put in htdocs folder to run correctly
// this link should open the main page if the server is running
// and listening on port 8000
// http://127.0.0.1:8000/html/index.html
****************************************************************
The herachiery of the project
1. api: holds the php files that the front-end calls
2. config: holds the DB connection info
**************NOTE**********************************
the info of connectiong to the db needs to be updated according to your computer, so Please update the Database.php file within config folder with your data
{the host,username,password} variables
****************************************************
3. css: holds the styling .css files
4. html: holds the .html files
5. js: holds the pure javascript files tht connects to the APIs
6. models: holds the php models that have the logic and connects between api and db
************************************************************************
the project is build according to MVC.
the compressed db must be imported to run the project
***************
Mhd Zayd Skaff
***************