Git Product home page Git Product logo

growthhackers-challenge's Introduction

GrowthHackers Challenge

Neste desafio você precisa criar uma API com CRUD e exportação/importação. A API deve exibir para o usuário todas as fontes (categorias) de produtos disponíveis. Os acessos a esses produtos devem estar disponíveis em um padrão típico de CRUD, permitindo o cadastro de novos produtos. A listagem de produtos pode ser exportada e importada dentro de uma categoria diferente.

Features

  • Produtos
    • Criar
    • Editar
    • Atualizar
    • Deletar
    • Importar (Filtro: Categoria)
    • Exportar (Filtro: Categoria)
  • Categorias
    • Criar
    • Editar
    • Atualizar
    • Deletar

Stack utilizada

- ReactJS
- TailwindCSS
- NestJS (Node)
- Docker / Docker Compose

Rodando em desenvolvimento

Clone o projeto

  git clone https://github.com/martinshumberto/growthhackers-challenge

Entre no diretório do projeto

  cd growthhackers-challenge

Rode os containers

  make dev

Deploy

Para fazer o deploy desse projeto para Heroku, rode a seguinte sequência de comandos:

  • Logue-se na Heroku:
  heroku login
  • Crie os aplicativos:
  heroku create -a example-web
  heroku create -a example-api
  • Adicionado os remotes do repositório Heroku:
  git remote add heroku-web https://git.heroku.com/example-web.git
  git remote add heroku-server https://git.heroku.com/example-api.git
  • Deploy dos packages para a Heroku:
  yarn deploy

Rodando os testes

Para rodar os testes, rode o seguinte comando:

  yarn test

Documentação API

Documentação

Autor

growthhackers-challenge's People

Contributors

martinshumberto avatar

Watchers

 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.