This project aims to systemize and automate various business processes for ATVS Warship PH, a disposable vape seller in the Philippines. The e-commerce platform includes an admin dashboard, a landing page with an add-to-cart feature, inventory and sales management, customer, distributor, and reseller management, and an affiliate marketing system with affiliate links.
- ReactJS
- Supabase
- React Query 5
- React Router DOM
- TailwindCSS
- ShadCN
- User-friendly landing page with an intuitive add-to-cart feature
- Admin dashboard for efficient inventory and sales management
- Customer, distributor, and reseller management
- Affiliate marketing system with affiliate links
- Fork this repository to your GitHub account.
- Clone your forked repository to your local machine.
- Make changes to the code as needed.
- Commit your changes and push them to your forked repository.
- Create a pull request to merge your changes into the upstream repository.
Install my-project with npm
- Clone the repository:
git clone https://github.com/reyesprince31/atvs_supabase_ecom.git
- Install the required dependencies:
npm install
- Configure the Supabase connection settings in the necessary files. Replace the placeholder values with your Supabase credentials..
- Run the application using the following command:
npm run dev
- The application will start listening on port 3333. You can access the application at
http://localhost:5173.
Contributions are always welcome!
-
Fork the repository to your GitHub account.
-
Clone your forked repository:
git clone https://github.com/reyesprince31/atvs_supabase_ecom.git
npm install
- Create a new branch for your contribution:
git checkout -b feature/your-feature-name
- Make your changes, commit them, and push to your forked repository:
git commit -m "Add feature"
git push origin feature/your-feature-name
-
Create a pull request (PR) to the main repository. Provide a descriptive title and details about your changes.
-
Your PR will be reviewed, and once approved, it will be merged into the main project.
Thank you for contributing!