Giter Club home page Giter Club logo

task's Introduction

DEV CHALLENGE

Clonarsi questa repository

Ambienti

Sono stati creati due applicativi

  • frontend che riceve le api e mostra a schermo i risultati
  • backend che elabora i dati e serve le api

Docker

Prerequisiti:

  • docker-ce
  • docker-compose

Lanciare lo stack dei servizi dell'applicativo:

  • docker-compose up

Le immagini Docker eseguiranno il build (installazione delle librerie) e l'up dei server.

Senza Docker

Prerequisiti:

  • npm

  • Entrare all'interno della folder 'backend'

  • lanciare il comando 'npm-install' per installare le dipendenze

  • lanciare il comando 'npm start' per lanciare l'applicativo, sarà disponibile nella porta :3030

  • Entrare all'interno della folder 'frontend'

  • lanciare il comando 'npm-install' per installare le dipendenze

  • lanciare il comando 'npm start' per lanciare l'applicativo, sarà disponibile nella porta :3000

CodeConduct

L'obiettivo è quello di chiamare delle api servite da un server nodejs verso un applicativo scritto in react tramite lo script 'create-react-app'

Non appena entrambi gli applicativi saranno lanciati, collegarsi al 'localhost:3000' Atterrati sulla pagina, partirà una prima GET per reperire la lista dei customer, in modo tale da creare dei radio button dinamici, questi ultimi lanceranno una seconda GET per filtrare i dati in base al customer selezionato. I dati torneranno al frontend già convertiti nella valuta EUR

Tecnologie

Le tecnologie utilizzate sono:

  • Node.js
  • Express.js: backend
  • React.js: frontend

task's People

Contributors

markuz89 avatar markuz899 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.