E-commerce mobile app using the MERN stack.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
Configured server side upload, image uploads, validated uploaded file types, product gallery multiple images upload
a6a3387View on GitHubCreating new order with order items, linking order to order items and products, updating order status and deleting orders, calculating total order price, calculating total sales for e-shop
206a09dView on GitHubAPIs for user/admin registration, sign-on and authentication, password hashing and error handling
380b1bdView on GitHubREST API to register a new user, and hashing the user password
a43ec90View on GitHubProducts and Categories schemas, adding, deleting and updating categories, posting, updating and deleting products, product counts and filtering products by category
10efbfeView on GitHubReading/Writing data to the database, and creating backend API routes and schemas
fc70935View on GitHubCreated first API call, logged API requests and connected to MongoDB database.
c8c31f5View on GitHub