Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rico-vz/bakker-bartel
Website for Bakery Bartel in Purmerend. Made by a team of 5 students using Laravel, MySQL, HTML/CSS, Tailwind
https://github.com/rico-vz/bakker-bartel
blade eloquent eloquent-orm laravel laravel9 tailwindcss
Last synced: about 1 month ago
JSON representation
Website for Bakery Bartel in Purmerend. Made by a team of 5 students using Laravel, MySQL, HTML/CSS, Tailwind
- Host: GitHub
- URL: https://github.com/rico-vz/bakker-bartel
- Owner: rico-vz
- Created: 2023-01-10T10:16:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T02:17:50.000Z (over 1 year ago)
- Last Synced: 2024-09-28T19:43:02.684Z (about 2 months ago)
- Topics: blade, eloquent, eloquent-orm, laravel, laravel9, tailwindcss
- Language: PHP
- Homepage:
- Size: 1.31 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bakker Bartel 🥯
Website for Bakery Bartel in Purmerend. Made by a team of 5 students using Laravel MySQL HTML/CSS Tailwind
🧐 Features
Here're some of the project's best features:
* Dashboard
* Login
* Register
* Reserving order
* Administration Panel🛠️ Installation Steps:
1. Clone this repository
```
[email protected]:rico-vz/bakker-bartel.git
```2. Rename .env.example to .env and enter the right data
3. Install required composer packages
```
composer install
```4. Run the migrations
```
php artisan migrate:fresh
```5. Seed the database with data (optional)
```
php artisan db:seed
```6. Install the required node packages
```
npm i
```7. Run vite for Tailwind
```
npm run dev
```8. Serve the website
```
php artisan serve
```🍰 Contribution Guidelines:
Work on your own branch the main branch is protected. Once you have finished a feature submit a pull request with a good description of what you've made. Someone on the team will review your pull request & merge it if all is okay.
💻 Built with
Technologies used in the project:
* Laravel
* MySQL
* PHP
* HTML
* TailwindCSS
* Blade