Skip to content

wzeta21/react-seller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-seller

Pre-requisites

  • node 6
  • npm
  • loopback

Install client

  • clone repo
  • cd projectPath/client
  • npm install
  • npm start

Install Sever

  • clone repo
  • projectPath/server
  • npm install
  • node .

API

  • GET /products

  • GET /stock

  • GET /sells

  • GET /customers

  • POST /products

  • POST /stock

  • POST /sells

  • POST /customers

  • PUT /products

  • PUT /stock

  • PUT /sells

  • PUT /customers

Development tasks

https://github.com/kapit4n/react-seller/projects/1

Util Commands

Create new component

  • yo react-webpack:component product/productList

About

Web environment to sell products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.2%
  • HTML 2.5%
  • CSS 2.3%