Skip to content
 
 

Repository files navigation

Getting Started

After clone the repository, we need to install the dependencies:

npm install

Then, run the development server and json serve:

npm run dev

Open 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages