After clone the repository, we need to install the dependencies:
npm installThen, run the development server and json serve:
npm run devOpen http://localhost:5173 with your browser to see the result.
API Endpoint ( base url ): http://localhost:8888
- Products
GET /products
GET /products/:id
POST /products
PUT /products/:id
PATCH /products/:id
DELETE /products/:id
- Auth
POST /login
POST /register