A web application for creating and sharing recipes, saving favorite recipes, and creating shopping lists.
- User accounts
- Search functionality
- Ability to add and rate recipes
- Mobile-responsive design
- Laravel PHP framework
- Vue.js JavaScript library
- MySQL database management system
- Nginx web server
- PHP 7.2 or higher
- Composer
- Node.js
- MySQL
- Clone the repository:
git clone https://github.com/thiago4go/Deliciously.git
- Install dependencies:
composer install
- Create a copy of the
.env.example
file and rename it to.env
. Update the database credentials in the.env
file. - Generate an app key:
php artisan key:generate
- Run the database migrations:
php artisan migrate
- Install JavaScript dependencies:
npm install
- Build the JavaScript assets:
npm run dev
- Start the development server:
php artisan serve
This project is licensed under the MIT License.
We welcome contributions from the community! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your contribution.
- Make your changes and commit them to your branch.
- Submit a pull request from your branch to the main repository.
Thank you for your interest in contributing to this project!
For support and questions, please open an issue or join our community forum.