To development use docker to build and setup the enviroment:
docker compose build
docker compose up app
For use the project git hooks please run this command:
git config core.hooksPath git_hooks
GET: /parts
Use
/parts
to acess a search engine of all parts
POST: /parts/new
Use
/parts/new
to create a new part in DB.
GET: /parts/{id}
Use
/parts/{id}
to search atid
item in DB.
PUT: /parts/{id}/edit
Use
/parts/{id}/edit
to edit theid
° item in DB.