Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manrriquez/lara-crud
Lara-crud - Crud desenvolvido com Laravel 9, tendo funções como CREATE, READ, UPDATE E DELETE, relações de tabelas de 1 para N.
https://github.com/manrriquez/lara-crud
crud crud-laravel crud-laravel-mysql laravel laravel-framework laravel9
Last synced: 3 days ago
JSON representation
Lara-crud - Crud desenvolvido com Laravel 9, tendo funções como CREATE, READ, UPDATE E DELETE, relações de tabelas de 1 para N.
- Host: GitHub
- URL: https://github.com/manrriquez/lara-crud
- Owner: Manrriquez
- Created: 2022-07-24T17:41:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T23:13:53.000Z (over 2 years ago)
- Last Synced: 2024-10-12T11:24:12.063Z (about 1 month ago)
- Topics: crud, crud-laravel, crud-laravel-mysql, laravel, laravel-framework, laravel9
- Language: PHP
- Homepage:
- Size: 334 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
## Sobre o projeto
_Crud desenvolvido com `Laravel 9`, Tendo como desafio `Relacionamento entre tabelas`, neste projeto se encontra 2 tabelas `Categorias` & `Produtos`, cada produto haveria 1 categoria, porém cada categoria poderia haver muitos produtos, seguindo este raciocinio temos aqui uma relação de `1:N` Uma categoria para diversos produtos e produtos apenas para uma categoria, a inicio algo desafiador, porém com muita dedicação chegamos aqui o final deste projeto._
[![Product Name Screen Shot][product-screenshot]](https://example.com)
## Rotas
_Para visualizar as rotas presentes no `lara-crud` digite o comando `php artisan route:list`, na imagem abaixo segue todas rotas geradas automaticamente com o `php artisan make:controller ExampleController --resource` qualquer duvida contacte-me!._
[![Product Name Screen Shot][route-screenshot]](https://example.com)
### Tecnologias utilizadas
Utilizando neste projeto Laravel 9 + Bootstrap 5
* [![Laravel][Laravel.com]][Laravel-url]
* [![Bootstrap][Bootstrap.com]][Bootstrap-url]### Instalação
_Siga as instruções para usufluir do projeto._
1. Clone repo
```sh
git clone https://github.com/Manrriquez/lara-crud
```
2. Instale as dependencias
```sh
composer install
```
3. .ENV
```sh
cp .env.example .env
```
4. Gerar key
```sh
php artisan key:generate
```
5. Iniciar projeto
```sh
php artisan serve
```(Suba)
## Contact
Luis Fernando - [@manrriquezs](https://www.linkedin.com/in/manrriquezs/) - [email protected]
Project Link: [lara-crud](https://github.com/Manrriquez/lara-crud)
[contributors-shield]: https://img.shields.io/github/contributors/Manrriquez/lara-crud.svg?style=for-the-badge
[contributors-url]: https://github.com/Manrriquez/lara-crud/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Manrriquez/lara-crud.svg?style=for-the-badge
[forks-url]: https://github.com/Manrriquez/lara-crud/network/members
[stars-shield]: https://img.shields.io/github/stars/Manrriquez/lara-crud.svg?style=for-the-badge
[stars-url]: https://github.com/Manrriquez/lara-crud/stargazers
[issues-shield]: https://img.shields.io/github/issues/Manrriquez/lara-crud.svg?style=for-the-badge
[issues-url]: https://github.com/Manrriquez/lara-crud/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/manrriquezs
[product-screenshot]: ./public/img/Banner-README.png
[route-screenshot]: ./public/img/route-README.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Vue.js]: https://img.shields.io/badge/MaterialUi-35495E?style=for-the-badge&logo=materialuidots&logoColor=4FC08D
[Vue-url]: https://vuejs.org/
[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
[Angular-url]: https://angular.io/
[Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00
[Svelte-url]: https://svelte.dev/
[Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
[Laravel-url]: https://laravel.com
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com
[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[JQuery-url]: https://jquery.com