joudi6 / warehouse-main-api

List products and articles, view availability in stock and register a sale.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warehouse API

Starting the API

  1. First run:
 npm start
  1. then cd into client and run:
 npm start

After installing the dependencies and starting the API, it should be available at http://localhost:7000/

Documentation

Bellow is a detailed list of the used tools

Language

javascript using react library


Project architect

created client side app using create-react-app.

Reason of choiceAfter waisting too much time on setting up a project using webpack, babel, eslint, etc... I decided to skip this step and use a boilerplate.

Styled components


created components using https://react-bootstrap.github.io/

Reason of choice reusable components to serve time


About

List products and articles, view availability in stock and register a sale.

License:MIT License


Languages

Language:JavaScript 92.4%Language:HTML 6.1%Language:CSS 1.5%