Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 22 hours ago
JSON representation

Website for Bakery Bartel in Purmerend. Made by a team of 5 students using Laravel, MySQL, HTML/CSS, Tailwind

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