Make small CRUD app for products with fields: id, title, price, createdAt Use ES6+ standard
App need to have integration tests for routes Use mongoDB or Postgres database
If you prefer use orm/odm
0 route: GET /products/getall - to get list of all products JSON formatted
0 route: GET /products/:productID - to get specific product JSON formatted
0 route: POST /products/ - for posting new product, parameters are in body JSON formatted
0 route: UPDATE /products/:productId - for update title and price in body JSON formatted
route: DELETE /products/:productID - for delete specific product
i
Can any1 do this for me? i am having trouble ....