Examples Of Usage
Introduction
If you're eager to witness real-world implementations of projects leveraging Dreamfork, you're in the right place. This section provides a collection of public projects along with their source code and detailed descriptions. Whether you're seeking inspiration or just curious about how others have employed this framework, feel free to explore the showcased examples.
Dreamfork Documentation Website
The very platform you are navigating right now serves as an illustration of Dreamfork's capabilities in action. This documentation website is the first project on the list, and its source code is publicly available for exploration. Leveraging the framework's frontend functionalities, particularly Vision views, this site exemplifies the use of Dreamfork in a real-world application.
Project Repository: https://github.com/PiciuU/Docs-Dreamfork-PHP-Framework
Bargify App
Bargify is an application that empowers users to create watchlists, allowing them to monitor the status of products from selected online stores. By adding products to the watchlist, users can stay informed about price drops or product availability. The application utilizes Vue.js on the frontend and leverages Dreamfork as the backend API framework. The source code of the application is publicly accessible, serving as a showcase of Dreamfork's usage as a backend API.
Live Version: https://dev.dream-speak.pl/bargify
Project Repository: https://github.com/PiciuU/Bargify-DreamFork-App
PokeCrew Website
PokeCrew is a website developed for the PokeCrew group, designed to facilitate the easy sharing of group photos taken with the crew. The frontend is built using VueJS, leveraging a library to transform the Single Page Application (SPA) into a Server-Side Rendered (SSR) application, optimizing website loading times. Dreamfork is used as the backend of the application, providing an API for the site's functionalities.
Live Version: https://pokecrew.pl
Project Repository: https://github.com/PiciuU/PokeCrew-App