Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielagodek/coffeeseek
Database-driven application with MySQL and Tailwind CSS styling, displaying a list of coffees with details. The system incorporates user authentication and registration functionalities, ensuring secure access and features data filtering by tags and searching by keyword.
https://github.com/gabrielagodek/coffeeseek
laravel myql tailwindcss vite
Last synced: about 5 hours ago
JSON representation
Database-driven application with MySQL and Tailwind CSS styling, displaying a list of coffees with details. The system incorporates user authentication and registration functionalities, ensuring secure access and features data filtering by tags and searching by keyword.
- Host: GitHub
- URL: https://github.com/gabrielagodek/coffeeseek
- Owner: GabrielaGodek
- Created: 2024-02-18T15:43:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-23T09:30:18.000Z (9 months ago)
- Last Synced: 2024-02-23T10:35:46.465Z (9 months ago)
- Topics: laravel, myql, tailwindcss, vite
- Language: PHP
- Homepage:
- Size: 5.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coffee Seek
Database-driven application with MySQL and Tailwind CSS styling, displaying a list of coffees with details. The system incorporates user authentication and registration functionalities, ensuring secure access and features data filtering by tags and searching by keyword.## Installation
1. Copy this repo: `https://github.com/GabrielaGodek/CoffeeSeek`
2. Copy `.env.example` to your `.env` file
3. Install all dependencies `composer install`
4. Open terminal and type `php artisan db:seed`
5. Run application `php artisan serve`
6. Type at your browser `http://127.0.0.1:8000/`## Technologies
- Vite: `^5.0.0`
- Laravel: `^10.10`
- MySQL: `8.3.0`
- Tailwind.css: `3.4.1`## Security
### Cross-Site Request Forgery
This middleware helps protect against unauthorized cross-site requests, enhancing the overall security of the application. Additionally, it is crucial to incorporate CSRF tokens into the application's forms, ensuring an additional layer of defense against potential threats.### Middleware
Auth, only authorize users can go to details about specific coffee, you need to register or log in with this demo credentials:
```php
Email: [email protected]
Password: 123456
```## Preview
![Coffee Seek Preview](public/coffeeseek_preview.png)