Git Product home page Git Product logo

card_seller_location's Introduction

Card Seller Location Project

Prerequisites

  • Node >= 6 and npm >= 5.2

Ports:

Make sure these ports are not using by any other program.

  • 3000 (client)
  • 3001 (server)

Configuration

  • Access client/src/core.
  • Copy endpoint.dist.js and paste naming it to endpoint.js.

Executing

  • To start server access server folder and execute npm start using terminal.
  • To start client access client folder and execute npm start using terminal.
  • Access localhost:3000 clicking here.

Architecture revision

What technologies were used?

  • React for front-end
  • Node.js for back-end

How back-end works?

  • Basically using express it creates an endpoint.
  • To show where each worker must go has been created multiple arrays simulating distance between a store to multiple workers then sorting asc and getting first item which is shortest distance.
  • Endpoint print a json containing workers and places to go by worker.

How front-end works?

  • It gets back-end json and create an Expansion Panel using Material-ui theme.

What paradigm is used?

  • Functional paradigm was used for both apps (client and server). Functional helps code be more humam-readable and easy to understand.

Additional Notes

  • I spent about 5 hours to create the scaffolding and create the current code.

card_seller_location's People

Contributors

brenw10 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.