Discussion:
[nodejs] Help
Lilnick
2018-10-17 22:16:46 UTC
Permalink
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 ....
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/5c39fa5f-7c14-4957-ab27-4bbcd720eb0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...