Git Product home page Git Product logo

sistema-gerenciamento-produtos's Introduction

Requisitos

  • PHP >= 7.2.12
  • PHP PDO SQlite3
  • Composer

Sistemas operacionais testados

  • Windows 10 com PHP v7.212
  • Linux Ubuntu 18.04 com PHP v7.4.8

Instruções

Clonar o repositório e instalar as dependências com composer:

$ https://github.com/adevecchi/sistema-gerenciamento-produtos.git

$ cd sistema-gerenciamento-produtos/

$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 7 installs, 0 updates, 0 removals
  - Installing steampixel/simple-php-router (0.4.1): Loading from cache
  - Installing psr/log (1.1.3): Loading from cache
  - Installing monolog/monolog (2.1.1): Loading from cache
  - Installing symfony/polyfill-php80 (v1.18.1): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.18.1): Loading from cache
  - Installing symfony/deprecation-contracts (v2.1.3): Loading from cache
  - Installing symfony/http-foundation (v5.1.3): Loading from cache

Depois de clonar o repositório e instalar as dependências com composer, executar o servidor embutido do PHP:

$ php -S localhost:8080 -t public
PHP 7.2.12 Development Server started at Thu Jul 30 21:54:41 2020
Listening on http://localhost:8080

Após executar os comando acima é só digitar localhost:8080 na barra de endereço do navegador para testar.

Descrição

  • Bando de dados SQLite3: Se encontra no diretório app/data/dbsqlite.db com alguns resgistros cadastrados.

  • Simple PHP Router: Realiza o roteamento da URL.

  • Symfony HttpFoundation Component: Define uma camada orientada a objetos para a especificação HTTP.

  • Monolog: Registra as ações realizadas, o diretório com os logs se encontra em app/logs/

  • Front-End: Utilizado o jQuery, jQuery Mask e AlertifyJs.

Captura de tela

Tela Dashboard

Tela Product

Tela Edit Product

Tela Delete Product

Tela Category

Tela Add Category

sistema-gerenciamento-produtos's People

Contributors

adevecchi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.