Kuru is a food delivery website. Users can look for restaurants and order food online. This project was part of the Web Languages and Technologies course unit at FEUP. This was our first contact with web development. To create it we used different languages and technologies: HTML & CSS, PHP, SQLite & Javascript.
Home Page | User Profile | Restaurant Page |
Search Page | Cart Page | Favorites Page |
- Register
- Login/Logout
- Edit Profile
- Add Restaurant
- Edit Restaurant
- Add Dishes
- Add Dish Photo
- List Reviews
- Restaurant Owner Can Answer to Review
- List Customer Orders
- Change Order State
- Search Restaurants
- Order Dishes
- List My Orders
- Mark Restaurant as Favourite
- Mark Dish as Favourite
- Customer Can Leave a Review
Restaurant Owner
Email: [email protected]
Password: amocamoes
Assuming PHP and sqlite are properly set up:
cd src
php -S localhost:9000
June of 2022