This is a Ecommerce site with clothing having both client and admin side
- HTML
- CSS
- Advanced JavaScript
- JWT
- RESTful Api
Hard collected from the cloning example site https://www.bewakoof.com/
We can perform all CRUD Operation Using the deployed API GET
,POST
, PUT
,PATCH
and DELETE
GET http://dfabrica-data-app.onrender.com/users
Parameter | Type | Description |
---|---|---|
api_key |
string |
gets all the user data |
GET http://dfabrica-data-app.onrender.com/users/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of user to fetch |
http://dfabrica-data-app.onrender.com
This page has the feature of Email verification
for the new users Signing Up. This is done by using SMTPJS.
By sending OTP to verify user Email address.
Here the api data for each category is displayed and the filter functionality could be used simaltaneously with different combinations
Here the currency funtionality is used we can change the country loction and get the respiective price of the corresponding countries.
The check availability funtion uses GoogleMaps Api
to calculate the distance between source of the product and destination of the user using
Here the user details are fetched from the LS from key login-info
stored during Login or Signup of a user.
When the user enters the PINCODE
the data of City , State and Country is fetched Automatically with the help of GoogleMapsAPI
.
#Admin Login Page Admin can Login from here
#Admin AddItem Page
Admin would be able to add Products from the admin page in the api and allow the users to get them from the client side.
POST
method - adding products
PATCH
method - Updating products
DELETE
method - Deleting products