a microCMS example
- name
- location
- type of food - array
- price range
- picture
- password
- maps
- likes counter
- rating
- menu
- create users (register)
- create restaurants (add restaurant)
- read user (display user list)
- search users
- user login
- read restaurant table (display restaurants)
- search restaurants
- update user (update profile)
- change password
- update restaurant (update restaurant)
- delete restaurant
- Create initial files 1.1. style.css = link after bootstrap css link in head 1.2. db.php = mysqli connection script 1.3. functions.php = should contain all functions 1.4. index.php = main file
- Create database and tables
- Create Login page and functions
- Display list of restaurants in index.php 4.1. Search Form
- Create add restaurant page (add.php)
- .....