Skip to content

ArielCalisaya/clothes-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a MERN app for Clothes Store.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3030 to view it in the browser.

The page will reload if you save the edits.
You will also see any lint errors in the console.

Routes for API

{
  "rimba_Api": {
    "userRoutes": {
      "Get_AllUser": "/api/users/all",
      "Get_User": "/api/users/user/:id",
      "Update_User": "/api/users/change/:id",
      "Create_User": "/api/users/create",
      "Delete_User": "/api/users/delete/:id"
    },
    "clothesRoutes": {
      "Show_AllClothes": "/api/clothes/all",
      "Get_ClotheDetail": "/api/clothes/:id",
      "Create_Clothes_Detail": "/api/clothes/new",
      "Change_Clothe_Details": "/api/clothes/edit/:id",
      "Detele_Clothe_Details": "/api/clothes/delete/:id"
    }
  }
}

About

This clothing app is implemented with the MERN structure for a catalog sale and i will apply more functions in the process

Topics

Resources

License

Stars

Watchers

Forks

Contributors