Skip to content

aribroo/ecommerce-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Ecommerce Project

Welcome to My Ecommerce Website repository! This project is a full-stack ecommerce website built using Node.js, Express.js, React, and MySQL. It includes both the backend API and the frontend user interface for an online store.

Features

  • Browse products by categories
  • Search products by keyword
  • Add products to the shopping cart
  • Checkout and complete a purchase
  • View transaction history

Tech Stack

  • Backend: Node.js, Express.js, Sequelize (ORM), MySQL
  • Frontend: React

Folder Structure

  • /backend: Contains the backend Node.js application
  • /frontend: Contains the frontend React application

Getting Started

Follow these steps to set up and run the project on your local machine:

  1. Clone the repository:
git clone https://github.com/username/ecommerce-project.git
  1. Set up the backend: Navigate to /backend and follow the instructions in the README.
  2. Set up the frontend: Navigate to /frontend and follow the instructions in the README.

Contributing

If you'd like to contribute to this project, follow these steps:

  1. Fork the repository
  2. Create a new branch:
git checkout -b feature-name
  1. Make your changes and commit them:
git commit -m 'Add some feature'
  1. Push to the branch:
git push origin feature-name
  1. Create a pull request

Issues and Feedback

If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request. Your feedback is highly appreciated!

Happy coding!

About

This is a full-stack ecommerce website project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors