To development use docker to build and setup the enviroment:
docker compose builddocker compose up appFor use the project git hooks please run this command:
git config core.hooksPath git_hooksGET: /partsUse
/partsto acess a search engine of all parts
POST: /parts/newUse
/parts/newto create a new part in DB.
GET: /parts/{id}Use
/parts/{id}to search atiditem in DB.
PUT: /parts/{id}/editUse
/parts/{id}/editto edit theid° item in DB.