Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auckfmine/nodejs-shop
the backend version of a project was developped since 2020
https://github.com/auckfmine/nodejs-shop
axios bcrypt-nodejs express firebase mongo-db mongoose multer nodejs passportjs push-notifications stripe-payments
Last synced: about 1 month ago
JSON representation
the backend version of a project was developped since 2020
- Host: GitHub
- URL: https://github.com/auckfmine/nodejs-shop
- Owner: Auckfmine
- Created: 2020-09-02T16:00:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T16:13:37.000Z (over 4 years ago)
- Last Synced: 2024-12-21T00:16:22.264Z (about 1 month ago)
- Topics: axios, bcrypt-nodejs, express, firebase, mongo-db, mongoose, multer, nodejs, passportjs, push-notifications, stripe-payments
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backend
Routes :
*/api/
*signup/
*signin/
*signout/
*user/
*:userId (readUser // with get method)
*:userId (updateProfule // with put method)
*product/
*:productId get a product based on its ID (Get request)
*products/ //get all products (get request)
*categories // get all categories for a product (get request)
*create/:userId // create product (post request )
*:productId/:userId // delete product based on your account status (DELETE request) (admin only can delete)
*:productId/:userId // update product based on your account status (PUT request) (admin only can update)
*photo/:productId // get the photo of a product seperately (speed and optimization purposes ) ( get request )
*related/:productId // get related products by category ( products in the same category) (get request)
*category /// TO BE CONTINuED $$$ ya39oubi !!!