Demo Video : WiseBites Demo
WiseBites is a web-based application designed to provide users with food recipe recommendations. It offers suggestions based on two scenarios: matching recipes with the ingredients users currently have and providing recipe options that fit within users' budgets. Additionally, WiseBite aims to educate users about the ingredients and cooking steps involved in each recipe.
- Clone this Repository
git clone https://github.com/RivaldoPardede/WiseBites.git
- Install All the Requirements
composer install npm install
- Generate the env
cp .env.example .env php artisan key:generate
- Open
.env
file and modify the databaseDB_CONNECTION='database_connection' DB_HOST='database_host' DB_PORT='database_port' DB_DATABASE=wisebite DB_USERNAME='database_username' DB_PASSWORD='database_password'
- Migrate the database
php artisan migrate:fresh
- Run the Application
php artisan serve npm run dev
- Stop the application by
ctrl + c
API : Recipe Data
Figma : WiseBites Design
Software Requirement Specification : WiseBites SRS
- Leader:
Rivaldo Dominggos Pardede - Front End - Member:
Christian Nathaniel - Front End
Dhea Tania Salsabila Harahap - UI/UX
Frederick Godiva - Back End
Fico Yanton Jeremia Sibagariang - Back End
Rio Octaviannus Loka - Back End