Open a terminal on the folder with the files.
cd path/to/your/app
Then on the terminal run:
php -S localhost:8000
Then in your browser go to http://localhost:8000/
Web application where users can share and review restaurants. It was created a sqlite database where data about users and events is stored.
- Two types of users: owners and reviewers
- Register a new account
- Login and logout
- Edit their profile
- Owners can add new restaurants to the database (name, description, photo, …)
- Owners can Manage their own restaurants
- Owners can reply to reviews
- Owners can reply to reviews
- Reviewers are able to search for restaurants
- Reviewers are able to leave a review (score + optional comment)
- Users can add their own photos to restaurants
- Integration with google maps
- Extra information about restaurants (price, category, open hours, …)
- Advanced search capabilities