Brekki is a repository that contains a web application for managing personalized breakfasts. This application allows users to select ingredients and create their own custom breakfast.
- User Registration: Users can create an account in the application to access all functionalities.
- Sharing Breakfasts: Users can share their personalized breakfasts on social media or other platforms.
- Suggested Recipes: The application also provides suggested recipes based on the ingredients selected by the user.
The Brekki repository has been developed using the following technologies:
- Frontend: HTML, CSS, and JavaScript have been used to implement the application's user interface.
- Backend: The application's backend has been implemented using PHP and JavaScript.
- Database: JSON has been used to store user information, breakfasts, brunch and drinks.
- Authentication: User authentication has been implemented using JSON Web Tokens (JWT).
- Suggested Recipes: To generate suggested recipes, an algorithm based on ingredient combination and searching a recipe database has been used.
- Clone the Brekki repository to your local machine.
- Navigate to the root directory of the repository.
- In order to view the project, it must be installed in the htdocs folder if you are using a local server such as XAMPP.
- Use
localhostand go to the folder where theBrekki-projectfolder is located.