Skip to content

Commit

Permalink
Merge pull request #21 from iigorcunha/dev
Browse files Browse the repository at this point in the history
[v0.0.1]
  • Loading branch information
iigorcunha committed Jun 21, 2021
2 parents fd5f272 + 199197a commit f5adb4b
Show file tree
Hide file tree
Showing 44 changed files with 2,935 additions and 144 deletions.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
![OpenWMS](/public/images/logoHorizontal.svg)

## Apresentação
Toda Empresa, dês das pequenas, até as grandes precisam de um controle de seu estoque, muitas empresas recorrem a métodos mais demorados como planilhas pois existe ou alto custo em sistemas especializados. Nosso objetivo foi criar um WMS(Warehouse management system) gratuito e acessível para todos, onde qualquer empresa consiga criar sua conta e realizar um controle muito mais preciso de seus inventario, com alertas de vencimento e de estoque mínimo.

<!--ts-->
* [Apresentação](#Apresentação)
* [Tecnologias](#Tecnologias)
* [Instalação](#Instalação)
<!--te-->

## Design
![OpenWMS](/public/images/homeScreen.png)
O design foi construído com o foco em simplicidade, tornando a aplicação muito intuitiva e amigável para qualquer usuário.

## Tecnologias
O projeto foi desenvolvido utilizando as tecnologias mais atuais como:
+ [TS(typescript)](https://www.typescriptlang.org)
+ [NextJs](https://nextjs.org)
+ [Chakra-ui](https://chakra-ui.com)
+ [react-query](react-query)
+ [react-hook-form](https://react-hook-form.com)
+ [yup](https://github.com/jquense/yup)

## Instalação
Para executar nosso projeto voce vai precisar do **npm/yarn** e do **git**.

Antes de tudo você precisara clonar nosso repositório, você pode utilizar o comando:
```
git clone https://github.com/regisfaria/open_wms_backend
```

Depois do repositório clonado você deve executar o seguinte comando:

```shell
yarn OU npm install
```

Em seguida execute o comando:

```shell
yarn start OU npm start
```
Agora seu projeto vai estar disponível em: **http://localhost:3000**.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@hookform/resolvers": "^2.5.2",
"apexcharts": "^3.27.1",
"axios": "^0.21.1",
"date-fns": "^2.22.1",
"framer-motion": "^4",
"next": "11.0.0",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-dom": "17.0.2",
"react-dropdown-select": "^4.7.4",
"react-hook-form": "^7.8.8",
"react-icons": "^4.2.0",
"react-query": "^3.17.2",
Expand Down
5 changes: 5 additions & 0 deletions public/images/closedbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions public/images/denyMail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/homeScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/logoHorizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f5adb4b

Please sign in to comment.