This project is under active development
- implementing automates tests with Pest
- core features are working
- updates and improvements are ongoing
- expect changes in future releases
Gourmania is an open source project that enables you to create, search and save recipes you like. It provides intuitive interface and a lot of valuable information for every gourmet.
- Profile customization: name, photo, bio ... (with ability to update them)
- Account credentials: email, password (with ability to update them)
- Registration + Email Verification
- Password reset
- Display created, liked, saved recipes
- Step-by-step wizard form for creating / editing recipes
- Individual recipe page with ingredients and guide
- Recipe library with pagination
- Likes / Dislikes for recipes
- Save recipes to personal cookbook
- Global search for recipes by name
- Advanced recipe filtering with dependent dropdowns
- Quick filters by popularity, relevance, and time (week, month, year)
- User roles (user, admin) with permissions
- Admin panel with user, recipe, ingredient management and more
- Admin recipe wizard form via Filament
- Dashboard analytics with charts for users, recipes and cuisines analytics
- Informative pages: FAQ, Basics (cooking tools), Techniques (cooking methods)
- Legal pages: Privacy Policy, Terms Of Use
- Dynamic homepage (manage and create sections: latest recipes, category recipes, “Authors of the Week”)
- Newsletter subscription via email (footer)
- Clone the repository
https://github.com/Dmytro-Shved/Gourmania.git
- Copy
.env.examplefile to.envand edit database credentials there
copy .env.example .env
- Install dependencies
composer install
npm install
- Generate key
php artisan key:generate
- Run migrations
php artisan migrate
- Seed the database with test data
php artisan db:seed
- Create a link
php artisan storage:link
- Run the application
php artisan serve
npm run dev
- Launch the main URL and login with default credentials
[email protected]|1234567890
At the moment the team consists of one person:
Copyright © 2025 Gourmania
Licensed under the MIT License.
