Build a simple api from a json file
Note: Still playing with it
/
-> full list of item/:item
-> item information
Run DEV environment with hot reload on change docker compose up
and go to localhost:3000
make build-dev
(builds dev environment)make build
(builds prod environment)
(Still to be done...)