Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhon-henkel/web-store-php
Web store desenvolvida assistindo ao curso do professor João Ribeiro
https://github.com/jhon-henkel/web-store-php
Last synced: about 1 month ago
JSON representation
Web store desenvolvida assistindo ao curso do professor João Ribeiro
- Host: GitHub
- URL: https://github.com/jhon-henkel/web-store-php
- Owner: Jhon-Henkel
- Created: 2022-06-21T00:51:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T20:03:26.000Z (about 2 years ago)
- Last Synced: 2023-03-04T17:03:24.611Z (almost 2 years ago)
- Language: PHP
- Size: 52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Store
Web store desenvolvida assistindo ao curso do professor João Ribeiro.
Link da playlist das aulas: https://www.youtube.com/watch?v=gJz1yBqKHtM&list=PLXik_5Br-zO-tsUy1lTPB8dnPGBu8n0Ee
O objetivo desse projeto é pegar conceitos básicos em PHP para termos o gerenciamento de uma loja virtual simples.
Bibliotecas implementadas:
* Bootstrap 5 - https://getbootstrap.com
* Font Awesome - https://fontawesome.com
* Data Tables - https://datatables.net
* Composer - https://getcomposer.org
* Jquery - https://code.jquery.com/jquery-3.6.0.min.js
* Axios - https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js
* PHP Mailer - https://github.com/PHPMailer/PHPMailer
* DomPdf - https://github.com/dompdf/dompdf
* Mockery - http://docs.mockery.io/
* Php Unity - https://phpunit.de/---
### Fazer
- Implementar o php unit
- Fazer testes unitários e de feature
-----
Configurar o arquivo configs.php conforme necessário
rodaar o comando sudo chown -R 1000:1000 .phpunit.result.cache na raiz do projeto