Welcome to the E-Commerce project repository! This repository contains the client, admin, and API components of the project.
The client
folder contains the React Native mobile app for the e-commerce project.
To set up and run the client app locally, follow these steps:
-
Navigate to the
client
folder: -
Install dependencies:
-
Start the app:
add, update delete the product, in dashboard there are list of register users and order data will be list as well. for the chart, users count per month will be shown.
The admin
folder contains the React web app for managing the e-commerce platform.
To set up and run the admin app locally, follow these steps:
-
Navigate to the
admin
folder: -
Install dependencies:
-
Start the app:
Explain the functionality of the admin app and provide instructions for managing products, orders, and other administrative tasks.
The api
folder contains the Node.js application with a MongoDB database for the e-commerce project.
To set up and run the API locally, follow these steps:
-
Navigate to the
api
folder: -
Install dependencies:
-
Start the server:
create mongoose DB account and setup your mongodb url in .env file
this is just testing project, all the feature will not be included right now
If you'd like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature/fix: