it's a full javascript e-commerce web application composed with :
- Node.Js API server
- React.Js for admin panel (web interface)
- React.Native (mobile interface) for customers
To use this application you just need to clone this project and run:
npm installfor every application (nodeJs / reactJs / react Native)
GET /api/users/ GET /api/user/:id| Parameter | Type | Description |
|---|---|---|
id |
intger |
Required user id |
POST /api/user/add GET /api/products/ GET /api/product/:id| Parameter | Type | Description |
|---|---|---|
id |
intger |
Required product id |
POST /api/product/add POST /api/order/add POST /api/orders/:id| Parameter | Type | Description |
|---|---|---|
id |
intger |
Required inovice id |
POST /api/order/qtt/:id/:oper| Parameter | Type | Description |
|---|---|---|
id |
intger |
Required |
oper |
intger |
Required "0" to decrement and "1" to encryment |
I'm a full stack developer, my pricipal developpement language is PHP with LARAVEL Framework
Javascript, HTML, CSS, PHP, DOCKER, LARAVEL, Node.js, React.js, React.native