Code Monkey home page Code Monkey logo

flow_api's Introduction

ERP FLOW

Sistema de ERP FLOW web desenvolvido em Java API REST

O ERP FLOW tem como objetivo , gerenciar, organizar e registrar o trabalho de uma empresa aplicando regras de negócios e parâmetros definidos para atender os processos e tarefas diárias feitas pelos funcionários das empresas.

  • Maven - Dependency Management
  • JDK - Java™ Platform, Standard Edition Development Kit
  • Spring Boot - Framework to ease the bootstrapping and development of new Spring A pplications
  • MySQL - Open-Source Relational Database Management System
  • Git - Free and Open-Source distributed version control system
.
├── Spring Elements
├── src
│   └── main
│       └── java
│           ├── br.com.flow_api     
            ├── br.com.flow_api.configData
            ├── br.com.flow_api.constants
│           ├── br.com.flow_api.enums
            ├── br.com.flow_api.exceptions
            ├── br.com.flow_api.external
│           ├── br.com.flow_api.product
│           ├── br.com.flow_api.supplier
│           
├── src
│   └── main
│       └── resources
│           └── static              
│           ├── templates            
│           ├── application.properties
│            
├── src
│   └── test
│       └── java
├── JRE System Library
├── Maven Dependencies
├── bin
├── logs
│   └── application.log
├── src
├── target
│   └──application-0.0.1-SNAPSHOT
├── mvnw
├── mvnw.cmd
├── pom.xml
└── README.md

pacotes

  • entity — to hold our entities;
  • repositories — to communicate with the database;
  • services — to hold our business logic;
  • controllers — to listen to the user;
  • resources/ - Contains all the static resources, templates and property files.
  • resources/static - contains static resources such as css, js and images.
  • resources/templates - contains server-side templates which are rendered by Spring.
  • resources/application.properties - It contains application-wide properties. Spring reads the properties defined in this file to configure your application. You can define server’s default port, server’s context path, database URLs etc, in this file.
  • test/ - contains unit and integration tests
  • pom.xml - contains all the project dependencies

Running the application locally

mvn spring-boot:run

End point

http://localhost:8080/api/v1/{recursos}

Modulos

  • Módulo de Produtos
  • Módulo de Fornecedores
  • Módulo de Controle de Estoque
  • Módulo de Fiscal
  • Módulo de Compras
  • Módulo de Recursos Humanos(RH)
  • Módulo de CRM
  • Módulo de Projetos
  • Módulo de Business Inteligente(Atualização futura/ Recurso Premium)

Recursos

  • Cadastro produtos/clientes/fornecedor
  • Controle de estoque
  • Gerenciar comandas
  • Realizar venda
  • Controle de fluxo de caixa
  • Controle de pagar e receber
  • Venda com cartões(atualizações futuras/ Recurso Premium)
  • Gerenciar permissões de usuários por grupos
  • Cadastrar novas formas de pagamentos
  • Relatórios

Tecnologias

  • Spring Boot
  • MySQL(Database)
  • Spring Data
  • Spring Web
  • Spring devtools

Requisitos

  • Java v1.8
  • Spring v2.3.4
  • MySQL v8.0.21
  • tomCat v9.xx

Instalação

Para instalar o sistema, você deve criar o banco de dado "flow_db" no mysql e configurar o arquivo application.properties
com os dados do seu usuário root do mysql e rodar o projeto pelo Eclipse ou gerar o jar do mesmo e execultar.

flow_api's People

Watchers

Cicero Regis 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.