Skip to content

Victor1890/backend_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API for Furt-Project

Installations

It is necessary to have software or settings already preset on your PC.

Technologies

Clone project

git clone https://github.com/Victor1890/backend_api.git backend_api_furtProject
cd backend_api_furtProject
npm install && npm run dev

Routes

Using VSCode, open the files src/routers/products.routes.js to be able to edit or add new functionalities.

router.post("/", productCtrls.createProducts);
router.get("/", productCtrls.getProducts);
router.get("/:id", productCtrls.getProductById);
router.put("/:id", productCtrls.updateProductById);
router.delete("/:id", productCtrls.deleteProductById);

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published